blob: e5ecd6c63886f07284983ef7b4f53c16c554f3b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Unreleased
-
# Version 1.1.0 - 2024-09-26
- add `crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}`
- add `crypt_preferred_method(): ?string {}`
- add `crypt_checksalt(string $salt): int {}`
- add `CRYPT_PREFIX_*` and `CRYPT_SALT_*` constants
# Version 1.0.0 - 2024-09-09
- first GA release
# Version 1.0.0RC2 - 2024-09-02
- fix libxcrypt algorithm detection (@zeriyoshi)
# Version 1.0.0RC2 - 2024-08-28
- first RC release
|