Update 2.14.9 release notes

Change-Id: I0bf7489f521f6b5384e922b574108f22077a96cf
diff --git a/releases/2.14.md b/releases/2.14.md
index 30e7191..3c9eb3f 100644
--- a/releases/2.14.md
+++ b/releases/2.14.md
@@ -355,14 +355,18 @@
 
 * [Issue 6094](https://bugs.chromium.org/p/gerrit/issues/detail?id=6094)
 and [Issue 9112](https://bugs.chromium.org/p/gerrit/issues/detail?id=9112):
-Add support for Elasticsearch versions 5.6 and 6.2.
+Add support for Elasticsearch versions 5 and 6.
 
-  Support is added for Elasticsearch versions 5.6 (tested with version 5.6.9)
-  and 6.2 (tested with version 6.2.4). Version 2.4 is still supported (tested
-  with version 2.4.6).
+  Support is added for Elasticsearch versions 5.6 (tested with versions 5.6.9
+  and 5.6.10), 6.2 (tested with version 6.2.4) and 6.3.0.
+
+  Version 2.4 is still supported (tested with version 2.4.6).
 
   Instead of using the 'Jest' client to communicate with Elasticsearch, the
-  Elasticsearch low level API is used.
+  Elasticsearch low level API is now used.
+
+  Support for Elasticsearch is still considered experimental, and is not
+  recommended for production use.
 
 * Allow to replace the default H2 persistent cache with a custom implementation.
 
@@ -371,9 +375,20 @@
 
   An implementation is provided for postgresql.
 
+* [Issue 9245](https://bugs.chromium.org/p/gerrit/issues/detail?id=9245):
+Return the correct information in JSON response after moving a change.
+
+  When moving a change by the REST API, the JSON response contained the
+  branch name of the original destination rather than the new destination.
+
 * [Issue 8916](https://bugs.chromium.org/p/gerrit/issues/detail?id=8916):
 Improve performance of `ownerin:` predicate for internal groups.
 
+* Fix omission of 'branch' values when saving project config.
+
+  The 'branch' values were omitted when saving the config, resulting in them
+  being lost.
+
 * [Issue 9195](https://bugs.chromium.org/p/gerrit/issues/detail?id=9195):
 Strip comment lines out of commit message when creating change.
 
@@ -389,6 +404,11 @@
   lines from the commit message and returns an error if this results in
   the commit message being empty.
 
+* Fix the default text in the 'Password' field on the 'HTTP Password' screen.
+
+  The default text said "(click 'generate' to revoke an old password)" but the
+  label of the button is actually "Generate Password".
+
 * Add reporting of work queue related metrics.
 
   Metrics are reported for core work queues. For work queues created by plugins,