diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-01-27 16:44:02 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-01-27 16:44:02 -0500 |
commit | 84af4e485352a1834527a94b462d2034abb9a091 (patch) | |
tree | 1dffcb159f0d72fb87e61b8cd1a0cc12129b642d /CHANGELOG.md | |
parent | d2a2ba9381b3f3e11760434a2f963090ae071284 (diff) | |
download | gitlab-ce-84af4e485352a1834527a94b462d2034abb9a091.tar.gz |
Update CHANGELOG.md for 8.16.3
[ci skip]
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 9712b32232e..90cca93e2da 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 |