aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAlexandre Alapetite <alexandre@alapetite.fr>2025-04-26 21:46:31 +0200
committerAlexandre Alapetite <alexandre@alapetite.fr>2025-04-26 21:46:31 +0200
commitc2ccdf2d1bf12dfc5330c6b622999731199dd62c (patch)
tree4d73bd1fc3af61b68717231284cb8a9606dda0bf
parent0ea21806eb1292415f548e019f355b61b8f32015 (diff)
downloadfreshrss-c2ccdf2d1bf12dfc5330c6b622999731199dd62c.tar.gz
freshrss-c2ccdf2d1bf12dfc5330c6b622999731199dd62c.zip
Changelog minor
-rw-r--r--CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d8f69f3e..fca410916 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
* Fix API for labels with slash [#7437](https://github.com/FreshRSS/FreshRSS/pull/7437)
* SimplePie
* Fix support for feeds with XML preamble + DTD [#7515](https://github.com/FreshRSS/FreshRSS/pull/7515), [simplepie#914](https://github.com/simplepie/simplepie/pull/914)
+ * Merged upstream [#7434](https://github.com/FreshRSS/FreshRSS/pull/7434)
+ * Upstream fix [simplepie#912](https://github.com/simplepie/simplepie/pull/912)
* Security
* Disallow `<iframe srcdoc="">` [#7494](https://github.com/FreshRSS/FreshRSS/pull/7494)
* Disallow `<button formaction="">` [#7506](https://github.com/FreshRSS/FreshRSS/pull/7506)
@@ -39,9 +41,6 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
* Improve French [#7432](https://github.com/FreshRSS/FreshRSS/pull/7432)
* Improve Polish [#7508](https://github.com/FreshRSS/FreshRSS/pull/7508)
* Improve Turkish [#7442](https://github.com/FreshRSS/FreshRSS/pull/7442)
-* SimplePie
- * Merged upstream [#7434](https://github.com/FreshRSS/FreshRSS/pull/7434)
- * Upstream fix [simplepie#912](https://github.com/simplepie/simplepie/pull/912)
* Misc.
* Improve PHP code [#7431](https://github.com/FreshRSS/FreshRSS/pull/7431), [#7488](https://github.com/FreshRSS/FreshRSS/pull/7488)
* Update dev dependencies [#7480](https://github.com/FreshRSS/FreshRSS/pull/7480), [#7482](https://github.com/FreshRSS/FreshRSS/pull/7482), [#7483](https://github.com/FreshRSS/FreshRSS/pull/7483),