summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-06-14 14:29:39 -0700
committerShawn Pearce <sop@google.com>2013-06-14 14:29:39 -0700
commit6cf17c20113fb62c8c1f586e2ecbd5f49986718f (patch)
treeacc6550b0ba1adce4d9718f6f0f97b894c25576b
parent734671c5d05dc26494af76ec95e21fd1e332df5d (diff)
parent7c2a68646163d261ca50c48e5c831f2777877365 (diff)
Merge branch 'stable-2.6' into stable-2.7
* stable-2.6: Remove resizing search box and fix width at 70 Update 2.6 release notes with recently merged fixes
-rw-r--r--ReleaseNotes/ReleaseNotes-2.6.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.6.txt b/ReleaseNotes/ReleaseNotes-2.6.txt
index 2f065b88c1..0c21182691 100644
--- a/ReleaseNotes/ReleaseNotes-2.6.txt
+++ b/ReleaseNotes/ReleaseNotes-2.6.txt
@@ -95,11 +95,6 @@ has scrolled down the page.
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 @@ handle paths with URL-escapable characters, i.e. '+', ' ', etc.
* 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
~~~~~~~~