Start release notes for 2.16.2

Change-Id: I51fcbfd7a87b2aaf7a3aa6a4415b4d11103f3a90
diff --git a/pages/site/releases/2.16.md b/pages/site/releases/2.16.md
index 21a2997..0c430be 100644
--- a/pages/site/releases/2.16.md
+++ b/pages/site/releases/2.16.md
@@ -419,7 +419,7 @@
 
 * Update Dropwizard metrics-core to 3.2.5
 
-* Update Elasticsearch to 6.4.3 (Updated to 6.5.1 in 2.16.1)
+* Update Elasticsearch to 6.4.3 (Updated to 6.5.3 in 2.16.2)
 
 * Add dependency to flexmark-java 0.34.18
 
@@ -515,6 +515,51 @@
 
 ## Bugfix Releases
 
+### 2.16.2
+
+* [Issue 9024](https://bugs.chromium.org/p/gerrit/issues/detail?id=9024):
+Fix setting `PRIVATE` and `WIP` for updated changes in console report.
+
+  In some cases the private and work-in-progress status indicator for
+  changes updated by push was shown incorrectly.
+
+* Fix case-insensitive searching of hashtags.
+
+* [Issue 9768](https://bugs.chromium.org/p/gerrit/issues/detail?id=9768):
+Explicitly set the number of shards and replicas for Elasticsearch, and
+allow them to be configured.
+
+  From Elasticsearch version 7 the default number of shards per node
+  will be changed from 5 to 1.
+
+  The number of shards and number of replicas are now explicitly set when
+  creating the index.
+
+  The new settings `elasticsearch.numberOfShards` and `elasticsearch.numberOfReplicas`
+  allow the values to be configured. The default values are 5 and 1,
+  respectively, which is the same as the default values used by Elasticsearch
+  prior to version 7.
+
+* [Issue 10106](https://bugs.chromium.org/p/gerrit/issues/detail?id=10106):
+Fix incorrect json in the example for the 'Set Access' REST endpoint.
+
+* Upgrade elasticsearch-rest-client to 6.5.3.
+
+* Discontinue support for Elasticsearch 2.4.
+
+* Add preliminary support for Elasticsearch 7.
+
+  Support for Elasticsearch 7 is added, and tested against the `alpha1`
+  release.
+
+* [Issue 10112](https://bugs.chromium.org/p/gerrit/issues/detail?id=10112):
+Upgrade rules_closure to make Gerrit buildable with the latest Bazel version.
+
+* [Issue 9781](https://bugs.chromium.org/p/gerrit/issues/detail?id=9781):
+Allow to disable the groups relevance filtering for LDAP.
+
+* Add a new method on the account API to set the account name.
+
 ### 2.16.1
 
 * [Issue 10018](https://bugs.chromium.org/p/gerrit/issues/detail?id=10018):