Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-26 11:28:50 +0300
committerRémy Coutable <remy@rymai.me>2016-07-26 11:28:50 +0300
commitb203256eb9b1037adbe86ff7ef128b4410a3a8df (patch)
tree51e5daac94e2fdfaeb6104942ce52a1238bc396b
parent4bf20d677b2ec3bffae9fe2ca1abbbc0429b6b28 (diff)
Fix CHANGELOG
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--CHANGELOG15
1 files changed, 6 insertions, 9 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4f542a86ce8..233c355158b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,17 +1,18 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.11.0 (unreleased)
- - Remove magic comments (`# encoding: UTF-8`) from Ruby files !5456 (winniehell)
+ - Remove magic comments (`# encoding: UTF-8`) from Ruby files. !5456 (winniehell)
- Fix CI status icon link underline (ClemMakesApps)
- Fix of 'Commits being passed to custom hooks are already reachable when using the UI'
- Limit git rev-list output count to one in forced push check
- - Add green outline to New Branch button !5447 (winniehell)
+ - Add green outline to New Branch button. !5447 (winniehell)
- Retrieve rendered HTML from cache in one request
- Nokogiri's various parsing methods are now instrumented
- - Make fork counter always clickable !5463 (winniehell)
- - Load project invited groups and members eagerly in ProjectTeam#fetch_members
+ - Make fork counter always clickable. !5463 (winniehell)
+ - Remove `search_id` of labels dropdown filter to fix 'Missleading URI for labels in Merge Requests and Issues view'. !5368 (Scott Le)
+ - Load project invited groups and members eagerly in `ProjectTeam#fetch_members`
- Add GitLab Workhorse version to admin dashboard (Katarzyna Kobierska Ula Budziszewska)
- - Add ES6 gem
+ - Add the `sprockets-es6` gem
v 8.10.2 (unreleased)
- User can now search branches by name. !5144
@@ -27,10 +28,6 @@ v 8.10.1
- Fix bug where replies to commit notes displayed in the MR discussion tab wouldn't show up on the commit page. !5446
- Ignore invalid trusted proxies in X-Forwarded-For header. !5454
- Add links to the real markdown.md file for all GFM examples. !5458
- - Remove `search_id` of labels dropdown filter to fix 'Missleading URI for labels in Merge Requests and Issues view' !5368 (Scott Le)
-
-v 8.10.1 (unreleased)
- - Fix bug where replies to commit notes displayed in the MR discussion tab wouldn't show up on the commit page
v 8.10.0
- Fix profile activity heatmap to show correct day name (eanplatter)