summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-26 10:14:08 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-28 10:02:27 -0500
commit740234798102050382d8dff96fb9cb0af7e3d0a8 (patch)
treea9c78d05ef422083b3a957f93a977b735197c9e8
parentd71a9baa1ac79902e52c2614c66f5288612c7175 (diff)
downloadgitlab-ce-commit-message-scroll.tar.gz
Changelog fixescommit-message-scroll
-rw-r--r--CHANGELOG6
1 files changed, 1 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fb43be4b455..7d79bcd2dfd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -31,6 +31,7 @@ v 8.12.0 (unreleased)
- Change using size to use count and caching it for number of group members. !5935
- Added 'only_allow_merge_if_build_succeeds' project setting in the API. !5930 (Duck)
- Reduce number of database queries on builds tab
+ - Wrap text in commit message containers
- Capitalize mentioned issue timeline notes (ClemMakesApps)
- Use the default branch for displaying the project icon instead of master !5792 (Hannes Rosenögger)
- Adds response mime type to transaction metric action when it's not HTML
@@ -54,11 +55,6 @@ v 8.11.1
- Pulled due to packaging error.
v 8.11.0
- - Add merge request versions !5467
-v 8.12.0
- - Wrap text in commit message containers
-
-v 8.11.0 (unreleased)
- Use test coverage value from the latest successful pipeline in badge. !5862
- Add test coverage report badge. !5708
- Remove the http_parser.rb dependency by removing the tinder gem. !5758 (tbalthazar)