CHANGELOG.md in dry-system-rails-0.1.0 vs CHANGELOG.md in dry-system-rails-0.2.0
- old
+ new
@@ -1,4 +1,15 @@
+# v0.2.0 2019-04-16
+
+### Added
+
+- Support for code reloading in development environment (arielvalentin + solnic)
+
+### Changed
+
+- [BREAKING] Initializer interface is now `Dry::System::Rails.container { ... }` which simply captures the block
+ to evaluate it in the context of the container class. This gives you full control over container creation (solnic)
+
# v0.1.0 2018-01-05
### Changed
* Upgraded to `dry-system` `v0.10.1`