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:
authorsplitt3r <splitt3r@users.noreply.github.com>2018-01-14 16:26:45 +0300
committersplitt3r <splitt3r@users.noreply.github.com>2018-01-14 16:26:45 +0300
commitea042ed532f1340b8a7998102841801e7dded94a (patch)
tree965c16c6827cec0a2422e502c99f41827060e1aa /CHANGELOG.md
parenteac04fe7ca31edff6e9c16b2652ea22e9dd4d11c (diff)
Merge branch 'master' into develop-0.9
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7d6cce7..fea7fff8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-## [Unreleased]
+## [0.8.1] - 2018-01-xx
### Added
- Unit tests
@@ -11,10 +11,15 @@ All notable changes to this project will be documented in this file.
### Changed
- New vote page design (responsive)
+ - New comment design
- A lot of clean up
+ - removing header elements for public polls
### Fixed
- Linebreak bug
+ - Time picker bug (update to version 2.5.14, https://github.com/xdan/datetimepicker)
+ - Server error, if poll does not exist
+ - Several CSS fixes for NC 11 and oC 10
## [0.8.0] - 2017-10-13