CHANGELOG.md in hanami-router-0.8.1 vs CHANGELOG.md in hanami-router-1.0.0.beta1
- old
+ new
@@ -1,7 +1,15 @@
# Hanami::Router
Rack compatible HTTP router for Ruby
+## v1.0.0.beta1 - 2017-02-14
+### Added
+- [Luca Guidi] Official support for Ruby: MRI 2.4
+- [Jakub PavlĂk] Added `:as` option for RESTful resources (eg. `resources :psi, controller: 'dogs', as: 'dogs'`)
+
+### Changed
+- [Pascal Betz] Make compatible with Rack 2.0 only
+
## v0.8.1 - 2016-11-18
### Fixed
- [Luca Guidi] Ensure JSON body parser to not eval untrusted input
## v0.8.0 - 2016-11-15