Start release notes for 2.16.7

Change-Id: I6511d66f7548ecfb45bf7e45b9146df4ef1a6a1f
diff --git a/pages/site/releases/2.16.md b/pages/site/releases/2.16.md
index ebcc984..df6c783 100644
--- a/pages/site/releases/2.16.md
+++ b/pages/site/releases/2.16.md
@@ -504,6 +504,67 @@
 
 ## Bugfix Releases
 
+### 2.16.7
+
+#### New Features
+
+* [Issue 5728](https://bugs.chromium.org/p/gerrit/issues/detail?id=5728):
+Add support for cherry-picking changes with merge conflicts in PolyGerrit.
+
+* [Issue 8081](https://bugs.chromium.org/p/gerrit/issues/detail?id=8081):
+Add support for "Show Relative Dates in Changes Table" preference in PolyGerrit.
+
+* [Issue 8838](https://bugs.chromium.org/p/gerrit/issues/detail?id=8838):
+Add support for "Default Base For Merges" preference in PolyGerrit.
+
+#### Bug fixes
+
+##### PolyGerrit
+
+* [Issue 9851](https://bugs.chromium.org/p/gerrit/issues/detail?id=9851):
+Fix avatars not showing correctly.
+
+* [Issue 8495](https://bugs.chromium.org/p/gerrit/issues/detail?id=8495):
+Do not show "Patch file" if change does not have a parent.
+
+* [Issue 10494](https://bugs.chromium.org/p/gerrit/issues/detail?id=10494):
+Fix display of change creation screen on mobile devices.
+
+* [Issue 8678](https://bugs.chromium.org/p/gerrit/issues/detail?id=8678):
+Fix setting "Automatically mark viewed files reviewed" in user preferences.
+
+* [Issue 10586](https://bugs.chromium.org/p/gerrit/issues/detail?id=10586):
+Fix syntax highlighting for Verilog/SystemVerilog.
+
+* Fix that an endpoint cannot be used by two plugins anymore.
+
+  'name' does not exist on the plugin object, so the _initializedPlugins map
+  would store undefined=>true for the first plugin and then not allow any
+  further plugins.
+
+  For example the change-view-integration could not be used by buildbucket and
+  tricium anymore.
+
+##### Other Fixes
+
+* [Issue 10591](https://bugs.chromium.org/p/gerrit/issues/detail?id=10591):
+Fix account and group query with Elasticsearch 6.
+
+  The wrong document type was used in the request URL, causing the query to
+  return no results.
+
+* [Issue 7192](https://bugs.chromium.org/p/gerrit/issues/detail?id=7192):
+Strip trailing slashes from name when creating repository.
+
+* [Issue 10568](https://bugs.chromium.org/p/gerrit/issues/detail?id=10568):
+Add `is:submittable` to search suggestions.
+
+* Allow the `@LogThreshold` annotation to be inherited.
+
+* Fix documentation of hashtag: search predicate.
+
+  The documentation incorrectly stated that the search was an exact match.
+
 ### 2.16.6
 
 #### New features