CHANGELOG.md in smart_container-0.9.0 vs CHANGELOG.md in smart_container-0.10.0
- old
+ new
@@ -1,15 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [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);
+- Development progress:
+ - Minimal ruby version - **2.5**;
+ - Updated development dependencies;
+ - Updated `smart_engine` dependency (`~> 0.11` -> `~> 0.17`);
+
+
## [0.9.0] - 2020-01-17
### Added
-- Support for *Ruby@3*;
+- Support for **Ruby@3**;
- Updated development dependencies;
### Changed
- No more TravisCI (todo: migrate to Github Actions);
-- Minimal `smart_engine` version: *0.11.0* (in order to support *Ruby@3*);
+- Minimal `smart_engine` version: **0.11.0** (in order to support **Ruby@3**);
## [0.8.1] - 2020-07-09
### Changed
- *Core*
- refactored `SmartCore::Container::Entities::NamespaceBuilder` and `SmartCore::Container::Entities::DependencyBuilder`