summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-04-12 15:39:33 -0300
committerFelipe Artur <felipefac@gmail.com>2016-04-12 15:52:03 -0300
commita64f1c763615c049e551c82a9f3a7c53525a172c (patch)
treec71a6bbe24f175044b0a66068b6b21b541aabdb1 /CHANGELOG
parent476cf23fc37d6db8d3fb412ce0b646f228d9aac4 (diff)
downloadgitlab-ce-a64f1c763615c049e551c82a9f3a7c53525a172c.tar.gz
Add changelog entry, improve specs and model codeissue_15044
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 54d79259b30..cf84ce8116e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ v 8.7.0 (unreleased)
- Add links to CI setup documentation from project settings and builds pages
- Handle nil descriptions in Slack issue messages (Stan Hu)
- Add default scope to projects to exclude projects pending deletion
+ - Allow to close merge requests which source projects(forks) are deleted.
- Ensure empty recipients are rejected in BuildsEmailService
- API: Ability to filter milestones by state `active` and `closed` (Robert Schilling)
- Implement 'Groups View' as an option for dashboard preferences !3379 (Elias W.)