diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-09-09 17:39:53 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-09-15 11:54:49 +0200 |
commit | b99b2e60d587143dcb5a18e3682fa49e3a735ab1 (patch) | |
tree | b496fe79b2d270b0f25f0fb3e965ee51f2cec254 /CHANGELOG | |
parent | 09b23228dfa2242e4123e10091f8a0194ecdc3de (diff) | |
download | gitlab-ce-b99b2e60d587143dcb5a18e3682fa49e3a735ab1.tar.gz |
Ordering and sorting for MR in api.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5ac2aee2d4d..194733a1ec6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -29,6 +29,7 @@ v 7.3.0 - Enabled Shibboleth authentication support (Matus Banas) - Zen mode (fullscreen) for issues/MR/notes (Robert Schilling) - Add ability to configure webhook timeout via gitlab.yml (Wes Gurney) + - Sort project merge requests in asc or desc order for updated_at or created_at field (sponsored by O'Reilly Media) v 7.2.1 - Delete orphaned labels during label migration (James Brooks) |