summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-06-07 12:59:52 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2016-06-14 22:13:29 +0200
commitb240450845e5d8f6d0c1012f9df75efb79946d5e (patch)
tree67da5c747eff3becb087ed64a3234494721dc109 /CHANGELOG
parent9c5b68a8dec691cb3bbeaeca6348ea55dcbb003f (diff)
downloadgitlab-ce-b240450845e5d8f6d0c1012f9df75efb79946d5e.tar.gz
Merge branch 'gh-rate-limit'
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e2461945a00..7a80af3bece 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.8.5
+ - Import GitHub repositories respecting the API rate limit
+
v 8.8.4
- Fix LDAP-based login for users with 2FA enabled. !4493