summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2017-06-16 08:08:50 +0000
committerTimothy Andrew <mail@timothyandrew.net>2017-06-16 08:08:50 +0000
commit0d5fbd957fcc7fba91e6f197dab0810a90a6d382 (patch)
treeac8aa501a78d624be15d21b7a55b0fc256a96775 /CHANGELOG.md
parent446f37872f6b493f1f27055f26abb66fcf8d435a (diff)
downloadgitlab-ce-0d5fbd957fcc7fba91e6f197dab0810a90a6d382.tar.gz
Update CHANGELOG.md for 9.2.6
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5567dc3b39..f43858a00a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.2.6 (2017-06-16)
+
+- Fix the last coverage in trace log should be extracted. !11128 (dosuken123)
+- Respect merge, instead of push, permissions for protected actions. !11648
+- Fix pipeline_schedules pages throwing error 500. !11706 (dosuken123)
+- Make backup task to continue on corrupt repositories. !11962
+- Fix incorrect ETag cache key when relative instance URL is used. !11964
+- Fix math rendering on blob pages.
+- Invalidate cache for issue and MR counters more granularly.
+- Fix terminals support for Kubernetes Service.
+- Fix LFS timeouts when trying to save large files.
+- Strip trailing whitespaces in submodule URLs.
+- Make sure reCAPTCHA configuration is loaded when spam checks are initiated.
+- Remove foreigh key on ci_trigger_schedules only if it exists.
+
## 9.2.5 (2017-06-07)
- No changes.