aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-12-11 19:30:06 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-12-11 19:30:06 +0100
commit190f8ecaf4cd5f2f3df48424466f31a460ae65ea (patch)
tree0f6c4702e83062fcf3c01089d9334dc12b14e74e /docs
parent7dd04b00cf1fc2684ac73afe67acaa8e0c664aed (diff)
Changelog
https://github.com/FreshRSS/FreshRSS/pull/8193#issuecomment-3642094344
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGELOG-old2.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CHANGELOG-old2.md b/docs/CHANGELOG-old2.md
index f8315f2e2..398f655e0 100644
--- a/docs/CHANGELOG-old2.md
+++ b/docs/CHANGELOG-old2.md
@@ -32,7 +32,7 @@
* Increase SQL (`VARCHAR`) text fields length to maximum possible [#5788](https://github.com/FreshRSS/FreshRSS/pull/5788)
* Increase SQL date fields to 64-bit to be ready for year 2038+ [#5570](https://github.com/FreshRSS/FreshRSS/pull/5570)
* Compatibility
- * Require PHP 7.4+, and implement *typed properties* [#5720](https://github.com/FreshRSS/FreshRSS/pull/5720)
+ * 💥 Require PHP 7.4+, and implement *typed properties* [#5720](https://github.com/FreshRSS/FreshRSS/pull/5720)
* Soft require Apache 2.4+ (but repair minimal compatibility with Apache 2.2) [#5791](https://github.com/FreshRSS/FreshRSS/pull/5791), [#5804](https://github.com/FreshRSS/FreshRSS/pull/5804)
* Bug fixing
* Fix regression in Docker `CRON_MIN` if any environment variable contains a single quote [#5795](https://github.com/FreshRSS/FreshRSS/pull/5795)
@@ -46,7 +46,7 @@
* Fix XPath encoding [#5912](https://github.com/FreshRSS/FreshRSS/pull/5912)
* Fix notifications, in particular during login [#5959](https://github.com/FreshRSS/FreshRSS/pull/5959)
* Deployment
- * Use GitHub Actions to build Docker images, offering architectures `amd64`, `arm32v7`, `arm64v8` with automatic detection [#5808](https://github.com/FreshRSS/FreshRSS/pull/5808)
+ * 💥 Use GitHub Actions to build Docker images, offering architectures `amd64`, `arm32v7`, `arm64v8` with automatic detection [#5808](https://github.com/FreshRSS/FreshRSS/pull/5808)
* Docker alternative image updated to Alpine 3.19 with PHP 8.2.13 and Apache 2.4.58 [#5383](https://github.com/FreshRSS/FreshRSS/pull/5383)
* Extensions
* Upgrade extensions code to PHP 7.4+ [#5901](https://github.com/FreshRSS/FreshRSS/pull/5901), [#5957](https://github.com/FreshRSS/FreshRSS/pull/5957)