Update CHANGELOG

This commit is contained in:
Alfredo Sumaran 2016-04-28 15:48:41 -05:00 committed by Jacob Schatz
parent 2d810b61ad
commit 76697c9b1b
1 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,11 @@ 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
- Fix links on wiki pages for relative url setups. !4026 (Artem Sidorenko)
- Todos will display target state if issuable target is 'Closed' or 'Merged'
v 8.7.3
- Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented