summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2015-02-23 11:25:55 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2015-02-23 11:27:39 +0900
commit08da3d3ea69dea93f7ce47a1ce1e1fa286f0a730 (patch)
tree4aa7952a8b7d43b7e472add41f532833669a8c7c
parent874aed757016989ea2d9ccc360852defa1c6c991 (diff)
Update 2.11 release notes
-rw-r--r--ReleaseNotes/ReleaseNotes-2.11.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.11.txt b/ReleaseNotes/ReleaseNotes-2.11.txt
index d992d34690..ddac38c788 100644
--- a/ReleaseNotes/ReleaseNotes-2.11.txt
+++ b/ReleaseNotes/ReleaseNotes-2.11.txt
@@ -38,6 +38,8 @@ link:https://code.google.com/p/gerrit/wiki/SqlMergeUserAccounts[merge it].
link:https://gerrit-review.googlesource.com/Documentation/2.10/rest-api-changes.html#message[
Edit Commit Message] REST API endpoint is removed
+*WARNING:* The deprecated '/query' URL is removed and will now return `Not Found`.
+
Release Highlights
------------------
@@ -46,9 +48,9 @@ Release Highlights
Changes can be created and edited directly in the browser. See the
link:#inline-editing[Inline editing] section for more details.
-* The old change screen is removed.
+* Many improvements in the new change screen.
-* The deprecated '/query' URL is removed and will now return `Not Found`.
+* The old change screen is removed.
New Features
@@ -96,6 +98,12 @@ Change Screen
+
The commit message is now edited using the inline edit feature.
+* Add support for changing parent revision with the 'Rebase' button.
++
+Using the 'Rebase' button it is now possible to rebase a change onto a
+different change (on the same destination branch), rather than only onto the
+head of the destination branch or the latest patch set of the predecessor change.
+
* Show the parent commit's subject as a tooltip.
* Decorate abandoned changes in the 'Related Changes' list with a dark red dot.