Commit 760b45f0 authored by Simon Knox's avatar Simon Knox

Update CHANGELOG.md for 9.5.1

[ci skip]
parent 72f26255
......@@ -2,6 +2,14 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 9.5.1 (2017-08-23)
- [FIXED] Fix merge request pipeline status when pipeline has errors. !13664
- [FIXED] Commit rows would occasionally render with the wrong language.
- [FIXED] Fix caching of future broadcast messages.
- [FIXED] Only require Sidekiq throttling library when enabled, to reduce cache misses.
- Raise Housekeeping timeout to 24 hours. !13719
## 9.5.0 (2017-08-22)
- [FIXED] Fix timeouts when creating projects in groups with many members. !13508
......
---
title: "Raise Housekeeping timeout to 24 hours"
merge_request: 13719
---
title: Commit rows would occasionally render with the wrong language
merge_request:
author:
type: fixed
---
title: Fix caching of future broadcast messages
merge_request:
author:
type: fixed
---
title: Fix merge request pipeline status when pipeline has errors
merge_request: 13664
author:
type: fixed
---
title: Only require Sidekiq throttling library when enabled, to reduce cache misses
merge_request:
author:
type: fixed
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