aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-09-20 23:54:32 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-09-20 23:54:32 +0200
commitc3b3de42b777a77e0deb46d2e671728c936ea94f (patch)
treec322ddfd949e57d5eeb90e15c928449e84b4dbf3
parentffc3d393e52e3c0d62e23dbd6fdc8fe695ca96ee (diff)
Changelog
-rw-r--r--.typos.toml1
-rw-r--r--CHANGELOG.md1
2 files changed, 1 insertions, 1 deletions
diff --git a/.typos.toml b/.typos.toml
index 8437a68dd..d2d304eee 100644
--- a/.typos.toml
+++ b/.typos.toml
@@ -38,7 +38,6 @@ extend-exclude = [
"app/i18n/zh-tw/",
"bin/",
"CHANGELOG-old.md",
- "composer.json",
"composer.lock",
"data/",
"docs/fr/",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f19dad76f..9c46339fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
* Add support for [regex search (regular expressions)](https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex) [#6706](https://github.com/FreshRSS/FreshRSS/pull/6706)
* ⚠️ Advanced regex syntax for searches depends on the database used (SQLite, PostgreSQL, MariaDB, MySQL),
but FreshRSS filter actions such as auto-mark-as-read and auto-favourite always use [PHP PCRE2 syntax](https://php.net/regexp.introduction).
+ * Better HTTP compliance with support for cache headers `Cache-Control: max-age` and `Expires` [#6812](https://github.com/FreshRSS/FreshRSS/pull/6812), [#FreshRSS/simplepie#26](https://github.com/FreshRSS/simplepie/pull/26)
* Add ability to remove content from articles with CSS selectors, also when not using full content [#6786](https://github.com/FreshRSS/FreshRSS/pull/6786), [#6807](https://github.com/FreshRSS/FreshRSS/pull/6807)
* Update `phpgt/cssxpath` library with improved CSS selectors with support for `last-child`, `first-of-type`, `last-of-type`, `^=`, `|=` [#6618](https://github.com/FreshRSS/FreshRSS/pull/6618)
* Better import of Inoreader user labels [#6791](https://github.com/FreshRSS/FreshRSS/pull/6791)