diff options
author | kushalpandya <kushalspandya@gmail.com> | 2017-07-12 00:44:36 +0530 |
---|---|---|
committer | kushalpandya <kushalspandya@gmail.com> | 2017-07-12 00:44:36 +0530 |
commit | 02341c59744dbb644101b313c8dcb329100e0ed5 (patch) | |
tree | 94107739cb6d03d17d2ecbc17dc1e8c006208a84 /CHANGELOG.md | |
parent | bf8df44ecc32824672d5307ba8cb481c06e0f6f4 (diff) | |
download | gitlab-ce-02341c59744dbb644101b313c8dcb329100e0ed5.tar.gz |
Update CHANGELOG.md for 9.3.6
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c15a59d25d4..c181aba0205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |