Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-05-29 09:19:41 +0300
committerdartcafe <github@dartcafe.de>2022-05-29 09:19:41 +0300
commit9e409aabb12d09a05d7a67b12186f7d4efc85e94 (patch)
treeb5f2e7d7446e7cd562a61242f595f5a0d232cf19 /CHANGELOG.md
parent1200d14e3e035eb0d4dbdfb5165cadcc30087634 (diff)
CHangelog and version update to beta4
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84e57ea0..c2fa70f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,11 +7,24 @@ All notable changes to this project will be documented in this file.
- Add admin option to prevent email address exposing of internal users
### Fix
- Poll export, if the owner did not vote
-- Calendar conflict check (NC24)
+- Poll export was broken, when certain characters were present in the poll title
- Handling of recurring calendar events (NC24)
+- Removed error message in log triggered from user search when adding share
+- Fixed calendar conflict search for recurring events (NC24)
### Misc
- Switch to new calendar API (NC24)
+- repaces icons with material design icons
+- generate a unique user id for public users
+
+## [3.7.0-beta4] - 2022-05-29
+### Fix
+- Poll export was broken, when certain characters were present in the poll title
+- Removed error message in log triggered from user search when adding share
+
+### Misc
+- Replaced icons with material design icons
+- Generate a unique user id for public users
## [3.7.0-beta3] - 2022-05-06
### New