CHANGELOG.md in smart_initializer-0.2.0 vs CHANGELOG.md in smart_initializer-0.3.0
- old
+ new
@@ -1,7 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.3.0] - 2020-07-11
+### Added
+- `extend_initialization_flow` alias method for `SmartCore::Initializer.ext_init`;
+- Access methods to the instance attribute lists (`#__params`, `#__options__`, `#__attributes__`);
+
+### Changed
+- Updated development dependencies;
+
## [0.2.0] - 2020-05-16
### Changed
- **Constructor**: disallow unknown option attributes;
## [0.1.0] - 2020-05-10