CHANGELOG.md in lotus-router-0.5.0 vs CHANGELOG.md in lotus-router-0.5.1
- old
+ new
@@ -1,7 +1,10 @@
# Lotus::Router
Rack compatible HTTP router for Ruby
+## v0.5.1 - 2016-01-19
+- [Anton Davydov] Print stacked lines for routes inspection
+
## v0.5.0 - 2016-01-12
### Added
- [Luca Guidi] Added `Lotus::Router#recognize` as a testing facility. Example `router.recognize('/') # => associated route`
- [Luca Guidi] Added `Lotus::Router.define` in order to wrap routes definitions in `config/routes.rb` when `Lotus::Router` is used outside of Lotus projects
- [David Strauß] Make `Lotus::Routing::Parsing::JsonParser` compatible with `application/vnd.api+json` MIME Type