diff options
author | Michael Greene <michael.greene@gmail.com> | 2016-04-05 13:04:11 -0500 |
---|---|---|
committer | Michael Greene <michael.greene@gmail.com> | 2016-04-13 12:04:09 -0500 |
commit | c1467f5d97c04c22e2119ace084bb016f8f53d48 (patch) | |
tree | b12c7210aa21f40917ae83dd635435e54e2c8519 /CHANGELOG | |
parent | 28a7fe25fdf28042630282ace35e37310c8f0a12 (diff) | |
download | gitlab-ce-c1467f5d97c04c22e2119ace084bb016f8f53d48.tar.gz |
Allow back dating notes on creation
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index e5b8b9d7ce6..9baf6516ef6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,7 @@ v 8.7.0 (unreleased) - Fix Error 500 after renaming a project path (Stan Hu) - Fix a bug whith trailing slash in teamcity_url (Charles May) - Allow back dating on issues when created or updated through the API + - Allow back dating on issue notes when created through the API - Fix avatar stretching by providing a cropping feature - API: Expose `subscribed` for issues and merge requests (Robert Schilling) - Allow SAML to handle external users based on user's information !3530 |