summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-04-26 15:06:58 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-04-26 18:18:08 +0200
commite3faad4a11fe5bda80083f7cb8176300787f78f7 (patch)
treeb0cd6de85156dcbe5eaf15bb8265937d279a384b /CHANGELOG.md
parentf5aca11d94f0cb36e33431a194f84bebbf148300 (diff)
Release 15.4.015.4.0
See previous notes for a full overview. Fixed - Fix search results not redirecting to the news app Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbd9648df..5c64ff938 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,14 +2,32 @@
All notable changes to this project will be documented in this file.
The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match.
-## [Unreleased]
+# Unreleased
+## [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
+## [15.x.x]
### Changed
### Fixed
+
+# Releases
+## [15.4.0] - 2021-04-26
+See previous notes for a full overview.
+### Fixed
- Fix search results not redirecting to the news app
-## [15.4.0-rc1] - 2021-04-19
+## [15.4.0-rc1] - 2021-04-16
### Changed