CHANGELOG.md in appfuel-0.2.6 vs CHANGELOG.md in appfuel-0.2.7
- old
+ new
@@ -2,10 +2,21 @@
All notable changes to this project will be documented in this file. (Pending approval) This project adheres to [Semantic Versioning](http://semver.org/). You can read more on this at [keep a change log](http://keepachangelog.com/)
# [Unreleased]
# Releases
+## [[0.2.7]](https://github.com/rsb/appfuel/releases/tag/0.2.6) 2017-06-07
+### Changed
+- Initializers are now stored in the app container and separate runlist
+ determines the order for which they run
+
+## [[0.2.6]](https://github.com/rsb/appfuel/releases/tag/0.2.6) 2017-06-06
+### Added
+- dispatcher mixin
+
+### Changed
+- moved domain parsing to repository namespace
## [[0.2.5]](https://github.com/rsb/appfuel/releases/tag/0.2.5) 2017-05-23
### Fixed
- feature initializer has invalid reference `register?`
- search criteria did not have `order_expr`
@@ -19,13 +30,5 @@
- starting to work on db mapper interfaces
### Added
- added exists interface to db mapper, will finalize the repo on next release
-
-## [[0.2.6]](https://github.com/rsb/appfuel/releases/tag/0.2.6) 2017-06-6
-
-### Added
-- dispatcher mixin
-
-### Changed
-- moved domain parsing to repository namespace