CHANGELOG.md in dry-system-rails-0.2.0 vs CHANGELOG.md in dry-system-rails-0.3.0
- old
+ new
@@ -1,4 +1,14 @@
+# v0.3.0 2019-09-29
+
+### Changed
+
+- Depend on dry-system 0.12.x (arielvalentin)
+- Drop support for Ruby versions earlier than 2.4 (arielvalentin)
+- Evaluate user-supplied `Dry::System::Rails.container { ... }` block before applying any standard behaviour (which includes accessing the container's config). This change makes it possible for the user to adjust the container's dry-configurable-provided settings, e.g. through using dry-system plugins that add their own settings (timriley)
+
+[Compare v0.2.0...v0.3.0](https://github.com/dry-rb/dry-system/compare/v0.2.0...v0.3.0)
+
# v0.2.0 2019-04-16
### Added
- Support for code reloading in development environment (arielvalentin + solnic)