summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-08-15 17:14:22 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-08-18 16:47:26 -0500
commitff6f0ada3fc4c4dc89c9f2f0d947099c2d14ae88 (patch)
treec582d25a87e96b28e0970705843c20350f49da5e /CHANGELOG
parente2f9c87600e34a415d43c981e0182094b123771f (diff)
downloadgitlab-ce-ff6f0ada3fc4c4dc89c9f2f0d947099c2d14ae88.tar.gz
Added documentation and CHANGELOG item
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a50624922bb..3adbb0d8927 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,7 @@ v 8.11.0 (unreleased)
- Get issue and merge request description templates from repositories
- Add hover state to todos !5361 (winniehell)
- Fix icon alignment of star and fork buttons !5451 (winniehell)
+ - Enforce 2FA restrictions on API authentication endpoints !5820
- Limit git rev-list output count to one in forced push check
- Show deployment status on merge requests with external URLs
- Clean up unused routes (Josef Strzibny)