summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-08-23 23:45:38 +1000
committerSimon Knox <psimyn@gmail.com>2017-08-23 23:45:38 +1000
commitc184a135f2a17a4bcf6189ae92e6cedb31855033 (patch)
treec2cf95ae4325fe4b10aae51b05d36cc0da763328 /CHANGELOG.md
parent84c2085e94ddc3b813b18b0208b30b31fb66dac4 (diff)
downloadgitlab-ce-c184a135f2a17a4bcf6189ae92e6cedb31855033.tar.gz
Update CHANGELOG.md for 9.5.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d969164cfe..d32b6989388 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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