diff options
author | Michael Greene <michael.greene@gmail.com> | 2016-04-05 12:05:55 -0500 |
---|---|---|
committer | Michael Greene <michael.greene@gmail.com> | 2016-04-13 12:04:09 -0500 |
commit | 28a7fe25fdf28042630282ace35e37310c8f0a12 (patch) | |
tree | cb8c857fdb640ff69af3c04c2a1122b3d4e986bc /CHANGELOG | |
parent | e17f79fdfa40fb7cef02bdbc3f0f72a67da12893 (diff) | |
download | gitlab-ce-28a7fe25fdf28042630282ace35e37310c8f0a12.tar.gz |
Allow back dating issues on update
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 21f24b5b61a..e5b8b9d7ce6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,11 +18,11 @@ v 8.7.0 (unreleased) - Preserve time notes/comments have been updated at when moving issue - Make HTTP(s) label consistent on clone bar (Stan Hu) - Expose label description in API (Mariusz Jachimowicz) - - Allow back dating on issues when created through the API - API: Ability to update a group (Robert Schilling) - API: Ability to move issues (Robert Schilling) - 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 - 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 |