summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-29 22:17:34 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-29 22:17:34 +0200
commita3453288b0086b8d3e56980213ad97f49417d604 (patch)
tree9a4f3f452590ee1bb49f3e4e8e8ca0b700b0d874
parentdec96d0e943d066687934018bc2e4b77d32ddca9 (diff)
downloadgitlab-ce-19003-file-view-subnav.tar.gz
Move changelot item "Add sub nav to file page view" to 8.9.419003-file-view-subnav
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--CHANGELOG5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 28ea91d6d85..cca9fa07694 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,9 @@ v 8.10.0 (unreleased)
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
- Add basic system information like memory and disk usage to the admin panel
+v 8.9.4 (unreleased)
+ - Add sub nav to file page view
+
v 8.9.3
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963
- Fix rendering of commit notes. !4953
@@ -38,11 +41,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.