From da686a3cff815a30c90202d90b9a43c5b491731a Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Thu, 1 Feb 2018 14:38:40 +0100 Subject: [PATCH] Updated the CHANGELOG --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index defea8a..4e25412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ -Changelog +# Changelog All notable changes to this project will be documented in this file, in reverse chronological order by release. + +## 1.1.0 - 2018-02-01 + +### Added + +- [#29](https://github.com/ezimuel/PHP-Secure-Session/issues/29) added the + `PHPSecureSession\Exception\AuthenticationFailedException` in case of + authentication error of `SecureHandler::decrypt()`. + +### Changed + +- [d39d3aa](https://github.com/ezimuel/PHP-Secure-Session/commit/d39d3aa381ebc9cd98b6de59b34ec7129d43a8fd) + refactored the unit test removing the usage of `@runInSeparateProcess`. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing.