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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-29 23:17:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-30 11:03:02 +0300
commit13d5d99e94fb43d3883973f76508da890ad907d8 (patch)
treec58e02329ce491d24d50f160600d5e6c47750ede
parent2485c5ded880634b3e9b4e2c96564a3e4775ac16 (diff)
Move changelot item "Add sub nav to file page view" to 8.9.4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--CHANGELOG3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 680b6841122..ca7c3f29c72 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -26,6 +26,7 @@ v 8.10.0 (unreleased)
v 8.9.4 (unreleased)
- Fixes middle click and double request when navigating through the file browser !4891
+ - Add sub nav to file page view
v 8.9.3
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963
@@ -42,11 +43,9 @@ v 8.9.3
- Fix missing avatar on system notes. !4954
- Reduce overhead and optimize ProjectTeam#max_member_access performance. !4973
- Use update_columns to by_pass all the dirty code on active_record. !4985
-v 8.9.3 (unreleased)
- Decreased min width of screen to 1280px for pinned sidebar
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem
- Update mobile button icons to be more inline with typical UI paradigms
- - Add sub nav to file page view
v 8.9.2
- Fix visibility of snippets when searching.