summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-13 10:47:41 +0100
committerRemi Collet <remi@php.net>2025-11-13 10:47:41 +0100
commit95eec7d94c60fa042920718f9d302d52d745dbb9 (patch)
tree081c0b014c62d7d343797a9a10708f9890e6f6c2
parent72dcae389fdafa8660a525c9715c03e992027761 (diff)
add CHANGELOG
-rw-r--r--CHANGELOG.md22
-rw-r--r--package.xml1
2 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e5ecd6c
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,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
diff --git a/package.xml b/package.xml
index cd7789b..7fb2348 100644
--- a/package.xml
+++ b/package.xml
@@ -49,6 +49,7 @@ See PHP documentation on https://www.php.net/xpass
<file name="CREDITS" role="doc"/>
<file name="LICENSE" role="doc"/>
<file name="README.md" role="doc"/>
+ <file name="CHANGELOG.md" role="doc"/>
<!-- tests -->
<dir name ="tests">
<file name="crypt_checksalt.phpt" role="test"/>