summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-05-18 21:37:13 -0500
committerJacob Schatz <jschatz1@gmail.com>2016-05-25 08:15:20 -0400
commitda14205b61e51a2bfb4b7f0c6c8e3d13aa1bead4 (patch)
treec8179eed38cb3019c3e96508c86dc40f71a50e6e /CHANGELOG
parent77ca4a675ac7f8684f0b7c10592140365fc13a2d (diff)
downloadgitlab-ce-da14205b61e51a2bfb4b7f0c6c8e3d13aa1bead4.tar.gz
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b81481b1c0e..c59a66874c3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.9.0 (unreleased)
- Use gitlab-shell v3.0.0
- Changed the Slack build message to use the singular duration if necessary (Aran Koning)
- Fix issues filter when ordering by milestone
+ - Todos will display target state if issuable target is 'Closed' or 'Merged'
v 8.8.2 (unreleased)
- Fix Error 500 when accessing application settings due to nil disabled OAuth sign-in sources
@@ -90,7 +91,6 @@ v 8.8.0
- Fixed advice on invalid permissions on upload path !2948 (Ludovic Perrine)
- Allows MR authors to have the source branch removed when merging the MR. !2801 (Jeroen Jacobs)
- When creating a .gitignore file a dropdown with templates will be provided
- - Todos will display target state if issuable target is 'Closed' or 'Merged'
v 8.7.6
- Fix links on wiki pages for relative url setups. !4131 (Artem Sidorenko)
@@ -111,9 +111,6 @@ v 8.7.4
- Running rake gitlab:db:drop_tables now drops tables with cascade !4020
- Running rake gitlab:db:drop_tables uses "IF EXISTS" as a precaution !4100
- Use a case-insensitive comparison in sanitizing URI schemes
- - Fix always showing build notification message when switching between merge requests
- - Links for Redmine issue references are generated correctly again (Benedikt Huss)
- - Fix an issue when filtering merge requests with more than one label. !3886
v 8.7.3
- Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented