CHANGELOG.md in smart_container-0.10.0 vs CHANGELOG.md in smart_container-0.11.0

- old
+ new

@@ -1,11 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.11.0] - 2022-10-14 +### Fixed +- Unreachable `SmartCore::Container::ArbitraryLock` (rewritten with `SmartCore::Engine::ReadWriteLock`); + ## [0.10.0] - 2022-10-14 ### Changed - Simple `Mutex`-based locks was replaced with `SmartCore::Engine::ReadWriteLock` in order to decrease - context switching during method resolving inside RubyVM (to reduce thread locks when it is not necessary); + context switching during method resolving inside RubyVM (reduced thread lock acquire count); - Development progress: - Minimal ruby version - **2.5**; - Updated development dependencies; - Updated `smart_engine` dependency (`~> 0.11` -> `~> 0.17`);