summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-06-10 01:36:54 +0300
committerFatih Acet <acetfatih@gmail.com>2016-06-10 01:36:54 +0300
commitd9e3a6a06822c95ad2c23d9fb50e34d1528ca7f7 (patch)
tree1daa6b39a696ea3773683ef6920f3a00eb307d7b /CHANGELOG
parente864bdf25b0082be8d0847fed6a2d16fe348ae59 (diff)
parentb51a36cb2b34b63246beac2bd7ebf4f646ca906a (diff)
downloadgitlab-ce-d9e3a6a06822c95ad2c23d9fb50e34d1528ca7f7.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into category-search-dropdown
# Conflicts: # app/assets/javascripts/lib/common_utils.js.coffee
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 09dab1d3b87..393be251db3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -45,6 +45,7 @@ v 8.9.0 (unreleased)
- Cache assigned issue and merge request counts in sidebar nav
- Use Knapsack only in CI environment
- Cache project build count in sidebar nav
+ - Add milestone expire date to the right sidebar
- Fix markdown_spec to use before instead of before(:all) to properly cleanup database after testing
- Reduce number of queries needed to render issue labels in the sidebar
- Improve error handling importing projects
@@ -58,6 +59,7 @@ v 8.9.0 (unreleased)
- External links now open in a new tab
- Markdown editor now correctly resets the input value on edit cancellation !4175
- Toggling a task list item in a issue/mr description does not creates a Todo for mentions
+ - Improved UX of date pickers on issue & milestone forms
v 8.8.4 (unreleased)
- Ensure branch cleanup regardless of whether the GitHub import process succeeds