summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-08-28 12:27:01 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-08-28 12:27:01 -0500
commitfed2623dfdbc1fdbb922888a08a18e7b75b8cef2 (patch)
tree30c5c4610b012585fa5536fbe0fb70b489377cd0 /CHANGELOG.md
parentb3a52448bb3315a412aababd3f9298e387effe01 (diff)
downloadgitlab-ce-fed2623dfdbc1fdbb922888a08a18e7b75b8cef2.tar.gz
Update CHANGELOG.md for 9.5.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d32b6989388..ac0d22ced46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.5.2 (2017-08-28)
+
+- [FIXED] Fix signing in using LDAP when attribute mapping uses simple strings instead of arrays.
+- [FIXED] Show un-highlighted text diffs when we do not have references to the correct blobs.
+- [FIXED] Fix display of push events for removed refs.
+- [FIXED] Testing of some integrations were broken due to missing ServiceHook record.
+- [FIXED] Fire system hooks when a user is created via LDAP.
+- [FIXED] Fix new project form not resetting the template value.
+
## 9.5.1 (2017-08-23)
- [FIXED] Fix merge request pipeline status when pipeline has errors. !13664