Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushalspandya@gmail.com>2017-07-11 22:14:36 +0300
committerkushalpandya <kushalspandya@gmail.com>2017-07-11 22:14:36 +0300
commit1c688360d1906166ef155da3c7aa1289a402ecdf (patch)
tree6f5043e996473fe269d0ded4d27098815f45d5c5 /CHANGELOG.md
parentfc47487c9caf34b7b153c279b8ee8f320e2e4a1e (diff)
Update CHANGELOG.md for 9.3.6
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0210600632e..78e09eb2e6d 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