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>2021-06-04 21:55:39 +0300
committerdartcafe <github@dartcafe.de>2021-06-04 21:55:39 +0300
commit445dc1b1ae8006636a79b432c77cc34fa7697ff7 (patch)
tree584d2b94703148a4cfc23333979224b27c4fa284
parent0e6d268c22693c19aea574045ab6d4800e18ccda (diff)
fixed versionv1.9.4
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d2e31ce..6b745160 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [1.9.3 - release] - 2021-06-04
+## [1.9.4 - release] - 2021-06-04
### new Features
- Fixed print layout
- Date picker optimizations in date polls (adding date option)
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
### Fixes
- Error saving username on public polls when mail sending failed
- First day of week was wrong in datepicker
+- adding parameters to API
… and more minor fixes and optimizations