CHANGELOG.md in smart_container-0.6.0 vs CHANGELOG.md in smart_container-0.7.0

- old
+ new

@@ -1,7 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.7.0] - 2020-06-20 +### Added +- `SmartCore::Container.define {}` - an ability to avoid explicit class definition that allows + to create container instances from an anonymous container class imidietly + ## [0.6.0] - 2020-01-12 ### Added - Missing memoization flag `:memoize` for runtime-based dependency registration: - `memoize: false` by default; - signature: `SmartCore::Container#register(dependency_name, memoize: false, &dependency)`