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-06 23:43:02 +0300
committerdartcafe <github@dartcafe.de>2022-05-06 23:43:02 +0300
commit6a2b15a3d892992dd8f01e49ce05e2ae1a40aac0 (patch)
tree5494d4199b3fbb34ec1c891549ecdf2f95cdf98b /CHANGELOG.md
parent1b53cb082e3840bb9b6d01dbf4805ebb45dfca07 (diff)
3.7.0-beta3 preparation
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 25 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a175904..84e57ea0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [3.7.0] - tbd
+### New
+- User setting for conflict check (hours before and after an option to search for conflicts)
+- Add admin option to prevent email address exposing of internal users
+### Fix
+- Poll export, if the owner did not vote
+- Calendar conflict check (NC24)
+- Handling of recurring calendar events (NC24)
+
+### Misc
+- Switch to new calendar API (NC24)
+
+## [3.7.0-beta3] - 2022-05-06
+### New
+- User setting for conflict check (set hours before and after an option to search for conflicts)
+### Fix
+- Poll export, if the owner did not vote
+- Calendar conflict check (NC24)
+- Handling of recurring calendar events (NC24)
+
+### Misc
+- Switch to new calendar API (NC24)
+
## [3.7.0-beta2] - 2022-04-27
-## Fix
+### Fix
- Fixed syntax error in class AppSettings
## [3.7.0-beta1] - 2022-04-27
-## New
+### New
- #2392 - Add admin option to prevent email address exposing of internal users
## [3.6.1] - 2022-04-23