summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-18 00:01:36 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-18 00:01:36 +0200
commit206480e28fc3911b02895f31a5629be9d7bf92b7 (patch)
treee59e75f3d69ca3cb844d535e8ea36284c6edc9e7
parent32c734ef622f4ed83d212d3eb1d15d83d406bd86 (diff)
Readme mark a search as read
https://github.com/FreshRSS/FreshRSS/issues/608
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0bb94c39..c19042972 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* Restore compatibility with PHP 5.3.3 [#1208](https://github.com/FreshRSS/FreshRSS/issues/1208)
* Restore compatibility with Microsoft Internet Explorer 11 / Edge [#772](https://github.com/FreshRSS/FreshRSS/issues/772)
* Features
+ * Mark a search as read [#608](https://github.com/FreshRSS/FreshRSS/issues/608)
* Support for full Unicode such as emoji 💕 in MySQL with utf8mb4 [#1153](https://github.com/FreshRSS/FreshRSS/issues/1153)
* FreshRSS will automatically migrate MySQL tables to utf8mb4 the first time it is needed.
* Security