summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 986d1297..6888f83a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-Version 1.0.36 (unreleased)
----------------------------
+Version 1.0.36 (Dec 30, 2016)
+-----------------------------
New features:
@@ -10,16 +10,19 @@ New features:
Improvements:
+* Add pagination details
* Handle username with dots in user mentions
-* Replace Chosen jQuery plugin by custom UI component
* Rewrite UI component that change user/group roles
+* Replace Chosen jQuery plugin by custom UI component
* Remove dependency on Mousetrap Javascript library
* Disable PageSpeed module from .htaccess if present
+* Add currency of Chinese Yuan
Bug fixes:
* Fix compatibility issue with PHP 5.3 for array_combine function
* Fix wrong controller name on project activity page when using filters
+* Uploaded avatar images are now visible in public board view
Version 1.0.35 (Dec 4, 2016)
----------------------------