aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-10-17 18:21:41 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-10-17 18:21:41 +0200
commite4b027ff38f02ee25bd159f75873513d81cfa6a5 (patch)
tree217943012428ab9726dc1f9439b886e5c9d01f9d
parent0aecf442946f7aa618fcc759f79807cd81346dc4 (diff)
Changelog 2052
https://github.com/FreshRSS/FreshRSS/pull/2052 https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44d89ad40..92ab5a203 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# FreshRSS changelog
-## 2018-XX-XX FreshRSS 1.11.3
+## 2018-10-XX FreshRSS 1.11.3-dev
* Features
* Ability to add *labels* (custom tags) to articles [#928](https://github.com/FreshRSS/FreshRSS/issues/928)
@@ -8,6 +8,7 @@
* Handle article tags containing spaces, as well as comma-separated tags [#2023](https://github.com/FreshRSS/FreshRSS/pull/2023)
* Handle authors containing spaces, as well as comma or semi-colon separated authors [#2025](https://github.com/FreshRSS/FreshRSS/pull/2025)
* Searches by tag, author, etc. accept Unicode characters [#2025](https://github.com/FreshRSS/FreshRSS/pull/2025)
+ * New option to disable cache for feeds with invalid HTTP caching [#2052](https://github.com/FreshRSS/FreshRSS/pull/2052)
* UI
* Click on authors to initiate a search by author [#2025](https://github.com/FreshRSS/FreshRSS/pull/2025)
* Fix CSS for button alignments in older Chrome versions [#2020](https://github.com/FreshRSS/FreshRSS/pull/2020)