CHANGELOG.md in smart_initializer-0.3.1 vs CHANGELOG.md in smart_initializer-0.3.2
- old
+ new
@@ -1,10 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.3.2] - 2020-07-12
+### Fixed
+- Deeply inherited entities lose their `__initializer_settings__` entitiy;
+
## [0.3.1] - 2020-07-12
### Fixed
-- Deeply inherited entities lose class attribute definers;
+- Deeply inherited entities lose their class attribute definers;
## [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__`);