Skip to content

Commit 78c44fa

Browse files
committed
preparing 1.8.4
1 parent 4c0e433 commit 78c44fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
# [1.8.4](https://github.com/Password4j/password4j/releases/tag/1.8.4) - (2025-06-30)
4+
### Fixed
5+
* Daemon Threads belonging to the parallelization pool are now shutdown during JVM shutdown in order to prevent memory leaks ([#163](../../issues/163))
6+
37
# [1.8.3](https://github.com/Password4j/password4j/releases/tag/1.8.3) - (2025-05-08)
48
### Fixed
5-
* Threads belonging to the parallelization pool are now shutdown during JVM shutdown in order to preven memory leaks ([#162](../../issues/162))
9+
* Threads belonging to the parallelization pool are now shutdown during JVM shutdown in order to prevent memory leaks ([#162](../../issues/162))
610

711

812
# [1.8.2](https://github.com/Password4j/password4j/releases/tag/1.8.2) - (2024-05-01)

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
<name>Password4j</name>
1212
<description>
13-
About
1413
Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases.
1514
Easy to use by design, highly customizable, secure and portable.
1615
All the implementations follow the standards and have been reviewed to perform better in the JVM.

0 commit comments

Comments
 (0)