Skip to content

Commit

Permalink
Changelog for version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teresko committed Jul 2, 2017
1 parent 2339b38 commit a128a7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit a128a7d

Please sign in to comment.