summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-02-10 21:26:01 +0000
committerRobert Speicher <robert@gitlab.com>2016-02-10 21:26:01 +0000
commit42607a7f175ead8494b12f1c94734eb3b6a16ca1 (patch)
tree90ff5b25e93d0e9fbac5efc67e8ddfc8717fdb65 /CHANGELOG
parent51998fddcaafdb2c09dc456b877e1ceb709cd17d (diff)
parentd146d9fd8345afbeb12c2f4184d62213023bc98c (diff)
downloadgitlab-ce-42607a7f175ead8494b12f1c94734eb3b6a16ca1.tar.gz
Merge branch 'brammeleman/3047-add-assignee-data-to-isuable-hook-data' into 'master'
Add assignee data to Issuables' hook_data Originally opened at !1633 by @brammeleman. Fixes #3047. Fixes #2475. See merge request !2724
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9014413b824..6aca5ce48cd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -387,6 +387,7 @@ v 8.1.0
- Improved performance of the trending projects page
- Remove CI migration task
- Improved performance of finding projects by their namespace
+ - Add assignee data to Issuables' hook_data (Bram Daams)
- Fix bug where transferring a project would result in stale commit links (Stan Hu)
- Fix build trace updating
- Include full path of source and target branch names in New Merge Request page (Stan Hu)