aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-05 22:54:21 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-05 22:54:21 +0100
commit12cdd2cdf6d493a8bd110d1ae310288a0a47afa0 (patch)
tree42ab5b94e59081fbe6287fcba5d22ef2c3f08c5d
parent25bc1eea74602fdce5fbf63c21d6e84c61f2fa83 (diff)
Changelog wording
More similar to previous releases
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf4922bd8..beb778f17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,10 @@
* 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)
+* Bug fixing (regressions from 1.15.0)
+ * Fix database auto-creation at install [#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)
+ * Fix UI style details [#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.