summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-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)