diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2017-01-31 13:57:30 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2017-01-31 13:57:30 +0100 |
commit | b22838eec0369a119ce784a7cf6d39541e319d0c (patch) | |
tree | 0f6bc50bb2cb5aa3a31f3ee4765f234e60a5b37c /CHANGELOG.md | |
parent | 83711c784db6403234e7bc48b3a6dafef4c10465 (diff) | |
parent | 84af4e485352a1834527a94b462d2034abb9a091 (diff) | |
download | gitlab-ce-b22838eec0369a119ce784a7cf6d39541e319d0c.tar.gz |
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 702a4ba89a8..25e02b1ae1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 8.16.3 (2017-01-27) + +- Add caching of droplab ajax requests. !8725 +- Fix access to the wiki code via HTTP when repository feature disabled. !8758 +- Revert 3f17f29a. !8785 +- Fix race conditions for AuthorizedProjectsWorker. +- Fix autocomplete initial undefined state. +- Fix Error 500 when repositories contain annotated tags pointing to blobs. +- Fix /explore sorting. +- Fixed label dropdown toggle text not correctly updating. + ## 8.16.2 (2017-01-25) - allow issue filter bar to be operated with mouse only. !8681 |