diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-11 11:17:32 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-11 11:17:32 +0200 |
commit | 8e5e3e5dd3efe8010e21d50947709ce59e52ea01 (patch) | |
tree | 40cb07178f01893b5828d4b7f82d31219042eb77 | |
parent | 8e8e7969f7b0dd093b8b99f91789ba0c46af111f (diff) | |
download | gitlab-ce-8e5e3e5dd3efe8010e21d50947709ce59e52ea01.tar.gz |
Added missing 8.7.4 CHANGELOG entries
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index c16457fa7a0..45c18e117c4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,15 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.7.4 - - Fix always showing build notification message when switching between merge requests + - Fix always showing build notification message when switching between merge requests !4086 - Fix links on wiki pages for relative url setups. !4026 (Artem Sidorenko) - - Links for Redmine issue references are generated correctly again (Benedikt Huss) + - Links for Redmine issue references are generated correctly again !4048 (Benedikt Huss) + - Fix setting trusted proxies !3970 + - Fix BitBucket importer bug when throwing exceptions !3941 + - Use sign out path only if not empty !3989 + - 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 v 8.7.4 - Fix always showing build notification message when switching between merge requests |