summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-03-28 16:31:17 +0000
committerRobert Speicher <robert@gitlab.com>2016-03-28 16:31:17 +0000
commit8b5a8bdb256fa86483358d5fdc357583da647a7d (patch)
tree521528e250db2691d23479c3022381db6a6bb5bc /CHANGELOG
parent30e4d3ce9a18340c689557cd0c7b5f69e48795d4 (diff)
parent473b261261ab89fb921d12f05926ad9e9de5faee (diff)
downloadgitlab-ce-8b5a8bdb256fa86483358d5fdc357583da647a7d.tar.gz
Merge branch 'api-ability-to-backdate-newly-created-issues-12628' into 'master'
Back dating of issues when creating through the API Closes #12628 See merge request !3408
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7e9a447a8f6..ea780ddf784 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 8.7.0 (unreleased)
- Don't attempt to look up an avatar in repo if repo directory does not exist (Stan hu)
- Preserve time notes/comments have been updated at when moving issue
- Make HTTP(s) label consistent on clone bar (Stan Hu)
+ - Allow back dating on issues when created through the API
- Fix avatar stretching by providing a cropping feature
- Add links to CI setup documentation from project settings and builds pages
- Implement 'Groups View' as an option for dashboard preferences !3379 (Elias W.)