summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-03-17 06:47:07 +0000
committerSytse Sijbrandij <sytses@gmail.com>2014-03-17 06:47:07 +0000
commita2ab57e9a6e4964c00443dfa87d9273b94da060a (patch)
tree8ca0203da478dd46025a875c8ce7c300396b0a3e
parent36c094b08dc37887050eedad7f0fb4f05e79f9cc (diff)
parentcfabaa8bd59adc13f7545e1523ecfd986339a77b (diff)
downloadgitlab-ce-a2ab57e9a6e4964c00443dfa87d9273b94da060a.tar.gz
Merge branch 'update/changelog' into 'master'
Update/Changelog Update the changelog to add the remaining 6.6.X entries
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 88b096628c0..dc49e759415 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,18 @@ v 6.7.0
- Faster authorized_keys rebuilding in `rake gitlab:shell:setup` (requires gitlab-shell 1.8.5)
- Create and Update MR calls now support the description parameter (Greg Messner)
+v 6.6.5
+ - Added option to remove issue assignee on project issue page and issue edit page (Jason Blanchard)
+ - Hide mr close button for comment form if merge request was closed or inline comment
+ - Adds ability to reopen closed merge request
+
+v 6.6.4
+ - Add missing html escape for highlighted code blocks in comments, issues
+
+v 6.6.3
+ - Fix 500 error when edit yourself from admin area
+ - Hide private groups for public profiles
+
v 6.6.2
- Fix 500 error on branch/tag create or remove via UI