diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-11 18:54:14 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-11 19:00:00 +0200 |
commit | 3b973d1898eeb660f85d70affdf0e933328f985d (patch) | |
tree | 21c5f637894c30a1e0de5ab9a704dbf96d5d03f4 | |
parent | 9f9e38fff5fc682f05286fe7e88d8e688fa3e5b3 (diff) | |
download | gitlab-ce-3b973d1898eeb660f85d70affdf0e933328f985d.tar.gz |
Target 8.11 for CHANGELOG entry Ruby 2.3
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index efd2d164dbd..8cefaf5d70a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ v 8.11.0 (unreleased) - Fix rename `add_users_into_project` and `projects_ids`. !20512 (herminiotorres) - Fix the title of the toggle dropdown button. !5515 (herminiotorres) - Rename `markdown_preview` routes to `preview_markdown`. (Christopher Bartz) + - Update to Ruby 2.3.1. !4948 - Improve diff performance by eliminating redundant checks for text blobs - Ensure that branch names containing escapable characters (e.g. %20) aren't unescaped indiscriminately. !5770 (ewiltshi) - Convert switch icon into icon font (ClemMakesApps) @@ -174,8 +175,6 @@ v 8.10.0 - Add an API for downloading latest successful build from a particular branch or tag. !5347 - Avoid data-integrity issue when cleaning up repository archive cache. - Add link to profile to commit avatar. !5163 (winniehell) - - Remove pinTo from Flash and make inline flash messages look nicer !4854 (winniehell) - - Update to Ruby 2.3.1. !4948 - Wrap code blocks on Activies and Todos page. !4783 (winniehell) - Align flash messages with left side of page content. !4959 (winniehell) - Display tooltip for "Copy to Clipboard" button. !5164 (winniehell) |