aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-30 20:55:18 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-30 20:55:18 +0100
commitf72a5a43b3a85cc1b4596ed6eb447ac17395eca7 (patch)
treef0da589611da54c98f8276a1b847eac09d418193
parent0324df6f889f18500cc8d201fdc2845f3e4d1acf (diff)
Changelog
-rw-r--r--CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a43dce5c9..94663ef1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,15 @@
## 202X-XX-XX FreshRSS 1.22.2-dev
+* Compatibility
+ * Require PHP 7.4+, and implement *typed properties* [#5720](https://github.com/FreshRSS/FreshRSS/pull/5720)
+* Features
+ * Increase SQL (`VARCHAR`) text fields to maximum possible [#5756](https://github.com/FreshRSS/FreshRSS/pull/5756)
+* Misc.
+ * Code improvements [#5511](https://github.com/FreshRSS/FreshRSS/pull/5511)
+
-## 2023-12-30 FreshRSS 1.22.1
+## 2023-10-30 FreshRSS 1.22.1
* Bug fixing
* Fix regression in i18n English fallback for extensions [#5752](https://github.com/FreshRSS/FreshRSS/pull/5752)