Skip to content

Commit 2947d33

Browse files
committed
release 1.7.0
1 parent 34f3bb7 commit 2947d33

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/Password4j/password4j/releases/tag/1.7.0) - (2023-02-18)
4+
### Added
5+
* APIs now accepts `byte[]` arguments ([#93](../../issues/99))
6+
* `.forceUpdate()` forces Password4j to recalculate a new hash even if the parameters didn't change ([#102](../../issues/102))
7+
### Changed
8+
* `.andUpdate()` no more recalculates the hash if the algorithm, salt or pepper changed from the hash found in `Password.check()` ([#102](../../issues/102))
9+
### Fixed
10+
* Inconsistency between public and internal APIs for Argon2 ([#93](../../issues/93))
11+
312
## [1.6.3](https://github.com/Password4j/password4j/releases/tag/1.6.3) - (2022-12-08)
413
### Fixed
514
* Inconsistency of Argon2 with some kind of salts generated from external libraries [#92](../../issues/92)

0 commit comments

Comments
 (0)