Update 2.11 release notes Change-Id: I32b9c03289c729150a575f061f2f775f7af5d299
diff --git a/ReleaseNotes/ReleaseNotes-2.11.txt b/ReleaseNotes/ReleaseNotes-2.11.txt index d992d34..ddac38c 100644 --- a/ReleaseNotes/ReleaseNotes-2.11.txt +++ b/ReleaseNotes/ReleaseNotes-2.11.txt
@@ -38,6 +38,8 @@ 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 @@ 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 @@ + 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.