Update CHANGELOG.md for 9.5.2

[ci skip]
This commit is contained in:
Jose Ivan Vargas 2017-08-28 12:27:01 -05:00
parent b3a52448bb
commit fed2623dfd
7 changed files with 9 additions and 32 deletions

View File

@ -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

View File

@ -1,6 +0,0 @@
---
title: Fix signing in using LDAP when attribute mapping uses simple strings instead
of arrays
merge_request:
author:
type: fixed

View File

@ -1,6 +0,0 @@
---
title: Show un-highlighted text diffs when we do not have references to the correct
blobs
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix display of push events for removed refs
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Testing of some integrations were broken due to missing ServiceHook record.
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fire system hooks when a user is created via LDAP
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix new project form not resetting the template value
merge_request:
author:
type: fixed