Skip to content

Commit 95eec7d

Browse files
committed
add CHANGELOG
1 parent 72dcae3 commit 95eec7d

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"/>

0 commit comments

Comments
 (0)