diff options
author | Thomas Balthazar <thomas@balthazar.info> | 2016-08-10 12:25:01 +0200 |
---|---|---|
committer | Thomas Balthazar <thomas@balthazar.info> | 2016-08-11 08:52:13 +0200 |
commit | fb748daf538e43efcf8884f017391bcbfccf2ea2 (patch) | |
tree | c94ec042e25eaf630008dab7f2f57d6da175a949 /CHANGELOG | |
parent | 551ffc0a4d25a381e9f8f6a8d6f2793bb87f3145 (diff) | |
download | gitlab-ce-fb748daf538e43efcf8884f017391bcbfccf2ea2.tar.gz |
Replace the tinder gem by bare HTTP requests
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 7bfeff2a4ec..77e9889dd26 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.11.0 (unreleased) + - Remove the http_parser.rb dependency by removing the tinder gem. !5758 (tbalthazar) - Fix don't pass a local variable called `i` to a partial. !20510 (herminiotorres) - Fix rename `add_users_into_project` and `projects_ids`. !20512 (herminiotorres) - Fix the title of the toggle dropdown button. !5515 (herminiotorres) |