summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-06-29 15:31:58 -0400
committerRobert Speicher <rspeicher@gmail.com>2016-06-29 15:31:58 -0400
commit293cf09056250c975c2b221f348b629b6d424b71 (patch)
treef49ce016f0866d1944935da3a79a35d413e6a6bc
parent1d34ce13fca6f9ef316a23527a397021446c9f58 (diff)
downloadgitlab-ce-293cf09056250c975c2b221f348b629b6d424b71.tar.gz
Update CHANGELOG for 8.9.3
[ci skip]
-rw-r--r--CHANGELOG22
1 files changed, 15 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d2dcafc84a0..775ea606813 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,13 +23,21 @@ 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.3 (unreleased)
- - MergeRequestDiff reload content use update_columns to avoid multiple YAML de/serializations
- - 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
- - Fixes missing avatar on system notes. !4954
- - Improve performance of obtaining the maximum access of a user in a project
+v 8.9.3
+ - Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963
+ - Fix rendering of commit notes. !4953
+ - Resolve "Pin should show up at 1280px min". !4947
+ - Switched mobile button icons to ellipsis and angle. !4944
+ - Correctly returns todo ID after creating todo. !4941
+ - Better debugging for memory killer middleware. !4936
+ - Remove duplicate new page btn from edit wiki. !4904
+ - Use clock_gettime for all performance timestamps. !4899
+ - Use memorized tags array when searching tags by name. !4859
+ - Fixed avatar alignment in new MR view. !4901
+ - Removed fade when filtering results. !4932
+ - 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.2
- Fix visibility of snippets when searching.