Commit ce33c294 authored by DJ Mountney's avatar DJ Mountney

Merge branch '8-16-3-changelog-update' into 'master'

Update the 8.16.3 changelog in master

See merge request !1145
parents 13f61af0 66c1399f
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 8.16.3 (2017-01-27)
- Fix sidekiq cluster mishandling of queue names. !1117
## 8.16.2 (2017-01-25) ## 8.16.2 (2017-01-25)
- Track Mattermost usage in usage ping. !1071 - Track Mattermost usage in usage ping. !1071
......
...@@ -2,6 +2,17 @@ ...@@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. 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) ## 8.16.2 (2017-01-25)
- allow issue filter bar to be operated with mouse only. !8681 - allow issue filter bar to be operated with mouse only. !8681
......
---
title: Fix sidekiq cluster mishandling of queue names
merge_request: 1117
author:
---
title: Fix autocomplete initial undefined state
merge_request:
author:
---
title: Add caching of droplab ajax requests
merge_request: 8725
author:
---
title: Fix /explore sorting
merge_request:
author:
---
title: Fix access to the wiki code via HTTP when repository feature disabled
merge_request: 8758
author:
---
title: Fixed label dropdown toggle text not correctly updating
merge_request:
author:
---
title: Fix race conditions for AuthorizedProjectsWorker
merge_request:
author:
---
title: Revert 3f17f29a
merge_request: 8785
author:
---
title: Fix Error 500 when repositories contain annotated tags pointing to blobs
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment