Skip to content

Commit 165ff53

Browse files
Add release 2.1.1
1 parent 6e8bbdc commit 165ff53

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [2.1.1] - 2017-01-26
6+
7+
### Changed
8+
9+
* `ErrorHandler::register()` now accepts an optional `ExceptionRender`. If no renderer is provided, `JsonExceptionRenderer` will be used to retain backwards compatibility.
10+
11+
### Added
12+
13+
* introduced `JsonBody::has()`
14+
515
## [2.1.0] - 2017-01-19
616

717
### Changed
@@ -24,7 +34,8 @@ Initial Release
2434

2535
## [Unreleased]
2636

27-
[Unreleased]: https://github.com/kartenmacherei/rest-framework/compare/2.1.0...HEAD
37+
[Unreleased]: https://github.com/kartenmacherei/rest-framework/compare/2.1.1...HEAD
2838
[1.0.0]: https://github.com/kartenmacherei/rest-framework/releases/tag/1.0.0
2939
[2.0.0]: https://github.com/kartenmacherei/rest-framework/releases/tag/2.0.0
3040
[2.1.0]: https://github.com/kartenmacherei/rest-framework/releases/tag/2.1.0
41+
[2.1.1]: https://github.com/kartenmacherei/rest-framework/releases/tag/2.1.1

0 commit comments

Comments
 (0)