Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Colombaro <git@colombaro.fr>2022-05-25 00:34:29 +0300
committerGitHub <noreply@github.com>2022-05-25 00:34:29 +0300
commit7852c3df1c1217026cbb94ca9dac4f3737b5bee2 (patch)
tree69440275fdeec171f65fa132de5edc330f728106
parent1451dd599fa5b5b944b755fae82ff4280799cf84 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf63b811..101145bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ YOURLS Changelog
_This file lists the main changes through all versions of YOURLS.
For a much more detailed list, simply refer to [commit messages](https://github.com/YOURLS/YOURLS/commits/master)._
+1.9.1
+---
+- fixed: error `Undefined constant "intval"` when upgrading (https://github.com/YOURLS/YOURLS/pull/3332)
+- fixed: warnings on PHP 8.1 (https://github.com/YOURLS/YOURLS/pull/3317)
+- added: required/suggested PHP extensions in composer.json (https://github.com/YOURLS/YOURLS/pull/3339)
+
1.9
---
- removed : support for PHP prior to 7.4