summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-04-26 17:28:07 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-26 17:42:56 +0200
commit136b898b3ebc81acc9fe039c38f5c6ec7b3de3ea (patch)
treef75de437d24924fbc85d06883832dd2e39999db5
parent6117c6d6f47e34aa877ef08843a3e8dd3024f77c (diff)
fix changelog
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de5e67ce3..5c64ff938 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
## [16.x.x]
### Changed
- v2 API implementation (folder part)
+- Implemented sharing news items between nextcloud users (#1191)
+- Updated the news items table in DB to include sharer data (#1191)
+- Added route for sharing news items (#1191)
+- Added share data in news items serialization (#1191)
+- Added tests for the news items share feature (#1191)
+- Added sharing articles with nextcloud users (#1217)
+- Added sharing articles on social media (Facebook, Twitter) or mail (#1217)
### Fixed
@@ -43,13 +50,6 @@ See previous notes for a full overview.
- Search: Add folder search (#1215)
- Improve test coverage (#1263)
- Allow directly adding a feed without going through the discovery process (#1265)
-- Implemented sharing news items between nextcloud users (#1191)
-- Updated the news items table in DB to include sharer data (#1191)
-- Added route for sharing news items (#1191)
-- Added share data in news items serialization (#1191)
-- Added tests for the news items share feature (#1191)
-- Added sharing articles with nextcloud users (#1217)
-- Added sharing articles on social media (Facebook, Twitter) or mail (#1217)
### Fixed
- Do not show deleted feeds in item list (#1214)