diff options
author | Nur Rony <pro.nmrony@gmail.com> | 2016-10-26 17:18:29 +0600 |
---|---|---|
committer | Nur Rony <pro.nmrony@gmail.com> | 2016-11-01 13:29:47 +0600 |
commit | e45a9f5bff2456aad442c4c7ef37254219226fc5 (patch) | |
tree | 9f4e532d7f391e7820024e4586939036a77a2e61 /CHANGELOG.md | |
parent | b328c7885532ccff70e1f9f7dc970a8dde0c52d6 (diff) | |
download | gitlab-ce-e45a9f5bff2456aad442c4c7ef37254219226fc5.tar.gz |
fixes milestone dropdown not select issue23713-milestone-dropdown-not-selected
changelog entry added
adds merge request number
adds test for milestone dropdown selected text
removes calling unnecessary escape function
adds changelog entry in 8.13.2 and removed redundant changelog sections
moves changelog entry to 8.14 as there is conflict
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 372ddecc98b..c92ea2f6e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. ## 8.14.0 (2016-11-22) - +- Fix Milestone dropdown not stay selected for `Upcoming` and `No Milestone` option !7117 - Backups do not fail anymore when using tar on annex and custom_hooks only. !5814 - Adds user project membership expired event to clarify why user was removed (Callum Dryden) - Trim leading and trailing whitespace on project_path (Linus Thiel) |