From 5dcc0e3b6cbab10af445a9f5ac078fb3c76829ba Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 24 Feb 2022 08:54:23 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e6df89b4..fdf7ee3319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The following sections list the changes for unreleased. * Enhancement - Change NATS port: [#3210](https://github.com/owncloud/ocis/pull/3210) * Enhancement - Re-Enabling web cache control: [#3109](https://github.com/owncloud/ocis/pull/3109) * Enhancement - Add SPA conform fileserver for web: [#3109](https://github.com/owncloud/ocis/pull/3109) +* Enhancement - Implement notifications service: [#3217](https://github.com/owncloud/ocis/pull/3217) * Enhancement - Update ownCloud Web to v5.1.0: [#3202](https://github.com/owncloud/ocis/pull/3202) ## Details @@ -82,6 +83,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3109 +* Enhancement - Implement notifications service: [#3217](https://github.com/owncloud/ocis/pull/3217) + + Implemented the minimal version of the notifications service to be able to notify a user when + they received a share. + + https://github.com/owncloud/ocis/pull/3217 + * Enhancement - Update ownCloud Web to v5.1.0: [#3202](https://github.com/owncloud/ocis/pull/3202) Tags: web