Update 2.10 release notes
Change-Id: Ie130be8f6bb9e20e88be9f1b481e1f2853f033db
diff --git a/ReleaseNotes/ReleaseNotes-2.10.txt b/ReleaseNotes/ReleaseNotes-2.10.txt
index 0397c79..0a4bcc4 100644
--- a/ReleaseNotes/ReleaseNotes-2.10.txt
+++ b/ReleaseNotes/ReleaseNotes-2.10.txt
@@ -433,12 +433,12 @@
times to drift over time. Use a fixed rate instead so that the compression
reoccurs at the same time every day.
-* Do not email project watchers on new draft changes
+* Don't email project watchers on new draft changes.
+
-If a draft change is created by pushing to refs/drafts/master only
-the reviewers explicitly named on the command line (which may be
-empty) should be notified of the change. Users watching the project
-should not be notified, as the change has not yet been published.
+If a draft change is created by pushing to `refs/drafts/master`, only the reviewers
+explicitly named on the command line (which may be empty) should be notified of
+the change. Users watching the project should not be notified, as the change has
+not yet been published.
Web UI
~~~~~~
@@ -465,7 +465,7 @@
Change Screen
^^^^^^^^^^^^^
-* Do not linkify trailing dot or comma in messages.
+* Don't linkify trailing dot or comma in messages.
+
As linkifying trailing dots and trailing commas does more harm than
good, we only treat dots and commas as being part of urls, if they are
@@ -499,7 +499,8 @@
Side-By-Side Diff
^^^^^^^^^^^^^^^^^
-* Fix line length column margin to appear at correct column.
+* link:https://code.google.com/p/gerrit/issues/detail?id=2970[Issue 2970]:
+Fix misalignment of side A and side B for long insertion/deletion blocks.
* Give B side full width when A side is hidden.