diff --git a/README.md b/README.md index c2fb40c..3334f77 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: @@ -87,7 +97,8 @@ For bug reporting or feature requesting, use the [issues tab](https://github.com - Adds the ability to load plugins from the user's filesystem. - Implements virtual filesystem for plugins, allowing for a sandboxed environment away from the user's filesystem. - Implements whitelist and blacklist for plugins and dynamically loaded pipelines, allowing for a sandboxed environment. -### [v3.5.3 - Android Paint Constructor Fix](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