From faff393a43648fc498d918628944c26826cfa04f Mon Sep 17 00:00:00 2001 From: oscarotero Date: Wed, 23 May 2018 22:22:20 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670078f..f865664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0] - 2018-05-23 + +### Added + +- New option `handlerContainer` to use a PSR-11 container to customize the `Whoops\Handler\HandlerInterface` used to display the errors. [#5] + ## [1.0.0] - 2018-01-26 ### Added @@ -69,6 +75,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). First version +[#5]: https://github.com/middlewares/whoops/issues/5 + +[1.1.0]: https://github.com/middlewares/whoops/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/middlewares/whoops/compare/v0.6.0...v1.0.0 [0.6.0]: https://github.com/middlewares/whoops/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/middlewares/whoops/compare/v0.4.1...v0.5.0