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-01-22 11:58:41 +0300
committerdartcafe <github@dartcafe.de>2022-01-22 11:58:41 +0300
commitf310a11f22546e71b1ddb7548cf0288a6a8b8324 (patch)
tree932338741811d16ca3402d2963a4bc6ce79dc908 /CHANGELOG.md
parent57479a47d1453c694b1f318e9a4caa038521457f (diff)
changelog
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a685fe3..0c04da01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,12 +7,16 @@ All notable changes to this project will be documented in this file.
- Added activities
- Added a combo function, to view different date polls in one view
- Added feature switches for admins to en-/disable exports, activities and the new combo view
+- Add polls to collections
- Linkify URLs and email addresses in text options
## Fixed
- It was possible to add option proposals, when not registered in public polls
- A deleted poll could cause repeating error logs on notifications
+## [3.5.0-beta2] - 2022-01-22
+- [new] #950 - Allow join project / collection (#2194)
+
## [3.5.0 RC1] - tbd
- [new] #366 - Export poll (#1942, #2169)
- [new] #804 - Use activities (#2154)