summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-11 11:17:32 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-11 11:17:32 +0200
commit8e5e3e5dd3efe8010e21d50947709ce59e52ea01 (patch)
tree40cb07178f01893b5828d4b7f82d31219042eb77
parent8e8e7969f7b0dd093b8b99f91789ba0c46af111f (diff)
downloadgitlab-ce-8e5e3e5dd3efe8010e21d50947709ce59e52ea01.tar.gz
Added missing 8.7.4 CHANGELOG entries
-rw-r--r--CHANGELOG10
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