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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-24 01:34:33 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-30 11:03:02 +0300
commitf06220411996165cbe4be96d438aa268f5827ed2 (patch)
treed3de4e7da534c5801898536f319377443ccac850
parent5987ad256985ffd2b964b4c030babc4102325e2c (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 764df7cf55a..cf7f8eda43d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -42,6 +42,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
+ - Update mobile button icons to be more inline with typical UI paradigms
+v 8.9.3
+ - Add sub nav to file page view
v 8.9.2
- Fix visibility of snippets when searching.