From a128a7d0441facf5dbb485a12c42a5d926bedf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C4=81rti=C5=86=C5=A1=20Tere=C5=A1ko?= Date: Sun, 2 Jul 2017 13:35:32 +0300 Subject: [PATCH] Changelog for version 1.3.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 353f33c..e13b82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.3.0] - 2017-07-02 +### Fixed +- Altering identity's status now affects last usage time + +### Changed +- Hash cost now is an optional constructor parameter for `Identification` and `Registration` services +- Renamed method for checking outdated hash from `isOldHash()` to `hasOldHash()` +- Removed the hashing of sensitive data, before passing it to logger + ## [1.2.0] - 2017-05-29 ### Fixed - Bug, that is caused type error, when default fetch mode is changed for PDO @@ -13,5 +22,6 @@ All notable changes to this project will be documented in this file. ### Changed - In service `Search` the `findNonceIdentityByNonce()` was renamed to `findNonceIdentityByIdentifier()` to fix the inconsistency in the naming. +[1.3.0]: https://github.com/teresko/palladium/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/teresko/palladium/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/teresko/palladium/compare/v1.0.0...v1.1.0