diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-30 11:06:49 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-30 11:06:49 +0200 |
commit | 8223e280711f7d42a34816d681dffd3b2c881990 (patch) | |
tree | 596bc8953a67153f5658bef2812bde0e2d5924a6 | |
parent | d75787b265c771234ae3da5cca6baf8e0ff8d345 (diff) | |
download | gitlab-ce-8223e280711f7d42a34816d681dffd3b2c881990.tar.gz |
Move Changelog entry for build retry fix to 8.9.4fix/build-retry-button-in-view
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 59c56cc6d0b..7a5b778f63a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,7 @@ v 8.10.0 (unreleased) - Add basic system information like memory and disk usage to the admin panel v 8.9.4 (unreleased) + - Do not show build retry link in build sidebar when build is not finished yet - Fixes middle click and double request when navigating through the file browser !4891 - Add sub nav to file page view @@ -44,7 +45,6 @@ v 8.9.3 - Reduce overhead and optimize ProjectTeam#max_member_access performance. !4973 - Use update_columns to by_pass all the dirty code on active_record. !4985 - Decreased min width of screen to 1280px for pinned sidebar - - Do not show build retry link in build sidebar when build is not finished yet - Fix encrypted data backwards compatibility after upgrading attr_encrypted gem - Update mobile button icons to be more inline with typical UI paradigms |