Prepare for v2.0.0.rc1

This commit is contained in:
Luca Guidi 2022-11-07 11:00:12 +01:00
parent 874722b1d9
commit 8364b0c962
No known key found for this signature in database
GPG Key ID: B566DFC2A6E692E4
1 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@
Rack compatible HTTP router for Ruby
## v2.0.0.rc1 - 2022-11-08
### Fixed
- [Luca Guidi] During routes inspection, ensure to print path prefixes for nested named routes
### Changed
- [Benjamin Klotz] `Hanami::Middleware::BodyParser::Parser#parse` (abstract method) to raise `NoMethodError` instead of `NotImplementedError`
## v2.0.0.beta4 - 2022-10-24
### Changed