Merge branch 'stable-2.7' * stable-2.7: Remove resizing search box and fix width at 70 Update 2.6 release notes with recently merged fixes
diff --git a/ReleaseNotes/ReleaseNotes-2.6.txt b/ReleaseNotes/ReleaseNotes-2.6.txt index 2f065b8..0c21182 100644 --- a/ReleaseNotes/ReleaseNotes-2.6.txt +++ b/ReleaseNotes/ReleaseNotes-2.6.txt
@@ -95,11 +95,6 @@ Search ^^^^^^ -* Animate search bar by expanding & unexpanding -+ -When the search bar is used, expand it to allow for more text to be -visible. When it is blurred, shrink it back to the original size. - * Suggest projects, groups and users in search panel + Suggest projects, groups and users in the search panel as parameter for @@ -1235,6 +1230,9 @@ * link:https://code.google.com/p/gerrit/issues/detail?id=1915[Issue 1915]: Don't show non-visible drafts in the diff screens. +* link:https://code.google.com/p/gerrit/issues/detail?id=1801[Issue 1801]: +Correctly keep patch set ordering after a new patch set is added via +the Web UI. REST API ~~~~~~~~