File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # Unreleased
2+
3+ -
4+
5+ # Version 1.1.0 - 2024-09-26
6+
7+ - add ` crypt_gensalt(?string $prefix = null, int $count = 0): ?string {} `
8+ - add ` crypt_preferred_method(): ?string {} `
9+ - add ` crypt_checksalt(string $salt): int {} `
10+ - add ` CRYPT_PREFIX_* ` and ` CRYPT_SALT_* ` constants
11+
12+ # Version 1.0.0 - 2024-09-09
13+
14+ - first GA release
15+
16+ # Version 1.0.0RC2 - 2024-09-02
17+
18+ - fix libxcrypt algorithm detection (@zeriyoshi )
19+
20+ # Version 1.0.0RC2 - 2024-08-28
21+
22+ - first RC release
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ See PHP documentation on https://www.php.net/xpass
4949 <file name =" CREDITS" role =" doc" />
5050 <file name =" LICENSE" role =" doc" />
5151 <file name =" README.md" role =" doc" />
52+ <file name =" CHANGELOG.md" role =" doc" />
5253 <!-- tests -->
5354 <dir name =" tests" >
5455 <file name =" crypt_checksalt.phpt" role =" test" />
You can’t perform that action at this time.
0 commit comments