summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-09-27 21:01:08 +0000
committerRuben Davila <rdavila84@gmail.com>2016-09-28 10:47:35 -0500
commit71472bde9d27d00f3dc69f00b5a9098bf96f4a74 (patch)
tree24f14eb6a1fe18626081c26088c983b750c984fc /CHANGELOG
parent6627d2e9ddc89786318887adc344eed1a3f6dc62 (diff)
downloadgitlab-ce-71472bde9d27d00f3dc69f00b5a9098bf96f4a74.tar.gz
Merge branch 'label-update-check-new' into 'master'
Send ajax request for label update only if they are changed ## What does this MR do? At the moment we send requests to update the labels on issue even if nothing has been changed. This fixes that and only sends requests when something has actually been changed. The code gets the initial selected values based on the inputs & then compares that to the selected values when submitting. If they are equal, then no request is sent. ## What are the relevant issue numbers? Closes #19472 See merge request !5071
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 726660d8712..b6c2f749dfb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,15 @@
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.2 (unreleased)
- Fix Import/Export not recognising correctly the imported services.
- Fix snippets pagination