CHANGELOG.md in appfuel-0.6.1 vs CHANGELOG.md in appfuel-0.6.3
- old
+ new
@@ -3,9 +3,18 @@
# [Unreleased]
# Releases
+## [[0.6.3]](https://github.com/rsb/appfuel/releases/tag/0.6.3) 2017-08-14
+### Fixed
+- invalid method is web_api/http_model when checking url
+
+## [[0.6.2]](https://github.com/rsb/appfuel/releases/tag/0.6.2) 2017-08-14
+### Fixed
+- storage/repository/web_api/http_model missing check for url '/' when
+ appending relative paths
+
## [[0.6.0]](https://github.com/rsb/appfuel/releases/tag/0.6.0) 2017-08-10
### Added
- Validation to handlers
- Dispatching actions to other actions added to the handler
- New mixin `Application::FeatureHelper` to aid in feature initialization