summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-05 22:31:55 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-05 22:31:55 +0100
commit25bc1eea74602fdce5fbf63c21d6e84c61f2fa83 (patch)
tree9e9bc5f8c61afef1555d1ea5c65f57fff4fa425f
parent8b0f9fae9f34ef25458e79a477758a45873b7cd4 (diff)
Changelog 2630 2634 2635
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab8b526af..bf4922bd8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,17 @@
# FreshRSS changelog
-## 2019-11-XX FreshRSS 1.15.1-dev
+## 2019-11-0X FreshRSS 1.15.1-dev
* Features
- * New approch based on OPML to definite default feeds for new users [#2627](https://github.com/FreshRSS/FreshRSS/pull/2627)
+ * New approach based on OPML to definite default feeds for new users [#2627](https://github.com/FreshRSS/FreshRSS/pull/2627)
* API
* Always send articles IDs as string, to fix compatibility with Reeder [#2621](https://github.com/FreshRSS/FreshRSS/pull/2621)
* Bug fixing
+ * Fix database auto-creation at install (regression from 1.15.0) [#2635](https://github.com/FreshRSS/FreshRSS/pull/2635)
* Fix bug in database size estimation with PostgreSQL for users with uppercase names [#2631](https://github.com/FreshRSS/FreshRSS/pull/2631)
+ * Fix UI style regressions [#2634](https://github.com/FreshRSS/FreshRSS/pull/2634)
+* Security
+ * Improve cookie security with policy `SameSite=Lax` [#2630](https://github.com/FreshRSS/FreshRSS/pull/2630)
* Misc.
* Perform automatic git updates with safer fetch+reset instead of clean+fetch+merge [#2625](https://github.com/FreshRSS/FreshRSS/pull/2625)