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