summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2016-09-28 13:27:47 -0500
committerRuben Davila <rdavila84@gmail.com>2016-09-28 13:27:47 -0500
commit0816838b8b9da0108b1f37c84393c5a1035f9b66 (patch)
treee23f99147c219eb36797cbfc7a2c077c55251951
parent56dc3e4bad2e66f94663e4ed6735080586faef1e (diff)
downloadgitlab-ce-0816838b8b9da0108b1f37c84393c5a1035f9b66.tar.gz
Fix CHANGELOG
-rw-r--r--CHANGELOG17
1 files changed, 5 insertions, 12 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 89173bed82c..1b35bc846d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
-v 8.13.0 (unreleased)
- - Use gitlab-shell v3.6.2 (GIT TRACE logging)
- - Speed-up group milestones show page
- - Add more tests for calendar contribution (ClemMakesApps)
- - Fix robots.txt disallowing access to groups starting with "s" (Matt Harrison)
- - Only update issuable labels if they have been changed
- - Revoke button in Applications Settings underlines on hover.
- - Add organization field to user profile
- - Optimize GitHub importing for speed and memory
+v 8.12.3 (unreleased)
-v 8.12.2 (unreleased)
+v 8.12.2
- Fix Import/Export not recognising correctly the imported services.
- Fix snippets pagination
- Fix List-Unsubscribe header in emails
@@ -21,11 +13,13 @@ v 8.12.2 (unreleased)
- Fix an issue with the "Commits" section of the cycle analytics summary. !6513
- Fix duplicate branch entry in the merge request version compare dropdown
- Respect the fork_project permission when forking projects
+ - Only update issuable labels if they have been changed
+ - Fix bug where 'Search results' repeated many times when a search in the emoji search form is cleared (Xavier Bick) (@zeiv)
+ - Fix resolve discussion buttons endpoint path
v 8.12.1
- Fix a memory leak in HTML::Pipeline::SanitizationFilter::WHITELIST
- Fix issue with search filter labels not displaying
- - Fix bug where 'Search results' repeated many times when a search in the emoji search form is cleared (Xavier Bick) (@zeiv)
v 8.12.0
- Update the rouge gem to 2.0.6, which adds highlighting support for JSX, Prometheus, and others. !6251
@@ -42,7 +36,6 @@ v 8.12.0
- Filter tags by name !6121
- Update gitlab shell secret file also when it is empty. !3774 (glensc)
- Give project selection dropdowns responsive width, make non-wrapping.
- - Fix resolve discussion buttons endpoint path
- Fix note form hint showing slash commands supported for commits.
- Make push events have equal vertical spacing.
- API: Ensure invitees are not returned in Members API.