diff options
author | Stan Hu <stanhu@gmail.com> | 2015-08-30 17:47:11 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-09-01 08:46:42 -0700 |
commit | 31e4654b1f77ab48e5705f8feb8d628c66d4f962 (patch) | |
tree | 2a42cc633b0b9d04e1cf64b6ca928b8c1189ddff /CHANGELOG | |
parent | c767e2e0fd72d91ba52f4f4bc23598545004920e (diff) | |
download | gitlab-ce-31e4654b1f77ab48e5705f8feb8d628c66d4f962.tar.gz |
Sort issues by creation date in Bitbucket importer
API reference here: https://bitbucket.org/site/master/issues/3571/api-issues-sorting-bb-3518
Closes https://github.com/gitlabhq/gitlabhq/issues/9519
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 69c2c120d99..193e9df595b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.0.0 (unreleased) - Prevent anchors from being hidden by header (Stan Hu) + - Sort issues by creation date in Bitbucket importer (Stan Hu) - Upgrade gitlab_git to 7.2.15 to fix `git blame` errors with ISO-encoded files (Stan Hu) - Prevent too many redirects upon login when home page URL is set to external_url (Stan Hu) - Improve dropdown positioning on the project home page (Hannes Rosenögger) |