Update 2.11 release notes

Change-Id: I32b9c03289c729150a575f061f2f775f7af5d299
This commit is contained in:
David Pursehouse 2015-02-23 11:25:55 +09:00
parent 874aed7570
commit 08da3d3ea6

@ -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.