Update CHANGELOG.md for 9.3.6
[ci skip]
This commit is contained in:
parent
bf8df44ecc
commit
02341c5974
5 changed files with 7 additions and 17 deletions
|
@ -2,6 +2,13 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 9.3.6 (2017-07-12)
|
||||
|
||||
- Fix API Scoping. !12300
|
||||
- Username and password are no longer stripped from import url on mirror update. !12725
|
||||
- Fix issues with non-UTF8 filenames by always fixing the encoding of tree and blob paths.
|
||||
- Fixed GFM references not being included when updating issues inline.
|
||||
|
||||
## 9.3.5 (2017-07-05)
|
||||
|
||||
- Remove "Remove from board" button from backlog and closed list. !12430
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix API Scoping
|
||||
merge_request: 12300
|
||||
author:
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix issues with non-UTF8 filenames by always fixing the encoding of tree and
|
||||
blob paths
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fixed GFM references not being included when updating issues inline
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Username and password are no longer stripped from import url on mirror update
|
||||
merge_request: 12725
|
||||
author:
|
Loading…
Reference in a new issue