summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS.md8
-rw-r--r--CHANGELOG.md5
2 files changed, 12 insertions, 1 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 56f3aceb1..3d3d07094 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -157,4 +157,10 @@
* [waffshappen](mailto:44290023+waffshappen@users.noreply.github.com)
* [wizdude](mailto:wizdude@users.noreply.github.com)
* [zero77](mailto:zero77@users.noreply.github.com)
-* [Éloi Rivard](mailto:eloi.rivard@aquilenet.fr) \ No newline at end of file
+* [Éloi Rivard](mailto:eloi.rivard@aquilenet.fr)
+* [Marco Nassabain](mailto:marco.nassabain@hotmail.com)
+* [Nicolas Wendling](mailto:nicolas.wendling1011@gmail.com)
+* [Jimmy Huynh](mailto:natorisaki@gmail.com)
+* [Aurélien David](mailto:dav.aurelien@gmail.com)
+* [Hamza Elhaddad](mailto:elhaddadhamza49@gmail.com)
+* [Ilyes Chergui-Malih](mailto:ilyes.chergui.malih@outlook.fr) \ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 358a199cb..5fff081c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,11 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
- 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)
### Fixed
- Do not show deleted feeds in item list (#1214)