From e1186fa125fec950fc1dbd9df2175eecdef03032 Mon Sep 17 00:00:00 2001 From: Sebastian Erives Date: Tue, 6 Aug 2024 12:33:04 -0600 Subject: [PATCH 1/2] Add acknowledgements --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e13575f..15b5df0 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ For the past 4 years I've been developing and maintaining learning tools for rob \- Sebastian Erives, deltacv's main dev +# Acknowledgments + +YourKit supports open source projects with innovative and intelligent tools +for monitoring and profiling Java and .NET applications. +YourKit is the creator of YourKit Java Profiler, +YourKit .NET Profiler, +and YourKit YouMonitor. + + + # Compatibility Since OpenCV in Java uses a native library, which is platform specific, the simulator is currently limited to the following platforms: From 36bd979f4b1d7bb9097fc4241f42ae95bdc700ab Mon Sep 17 00:00:00 2001 From: Sebastian Erives Date: Tue, 6 Aug 2024 12:36:03 -0600 Subject: [PATCH 2/2] Fix changelogs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b5df0..b43b762 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ For bug reporting or feature requesting, use the [issues tab](https://github.com ### Formerly, EOCV-Sim was hosted on a [personal account repo](https://github.com/serivesmejia/EOCV-Sim/). Released prior to 3.0.0 can be found there for historic purposes. -### [v3.5.3 - CenterStage AprilTags](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.5.3) +### [v3.5.3 - Android Paint constructor fix](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.5.3) - This is the 21st release for EOCV-Sim - Bug fixes: - Addresses #110 by properly cloning underlying skiko Paint in android.graphics.Paint(Paint) constructor