Start release notes for 2.16.6

Change-Id: I51091c1019ec92f73a5e7f67bd1a8adb6a99226d
diff --git a/pages/site/releases/2.16.md b/pages/site/releases/2.16.md
index 38cbd8f..86de258 100644
--- a/pages/site/releases/2.16.md
+++ b/pages/site/releases/2.16.md
@@ -502,6 +502,51 @@
 
 ## Bugfix Releases
 
+### 2.16.6
+
+#### New features
+
+* New configuration option: `gerrit.primaryWeblinkName`.
+
+  The new configuration option allows to specify the link name for
+  weblinks when multiple weblink providers are available but only
+  a single link may be shown on the UI.
+
+#### Bug Fixes
+
+* [Issue 10467](https://bugs.chromium.org/p/gerrit/issues/detail?id=10467):
+Fix hard-coded title for mark reviewed/unreviewed button.
+
+  The button title was always "Mark as reviewed" even when the change was
+  already marked as reviewed.
+
+* [Issue 10155](https://bugs.chromium.org/p/gerrit/issues/detail?id=10155):
+Exclude WIP changes from 'Assigned Changes' dashboard.
+
+* [Issue 10415](https://bugs.chromium.org/p/gerrit/issues/detail?id=10415):
+Fix replacement of project name placeholder in download command.
+
+* [Issue 9911](https://bugs.chromium.org/p/gerrit/issues/detail?id=9911):
+Add dependency on resemblejs.
+
+* [Issue 10344](https://bugs.chromium.org/p/gerrit/issues/detail?id=10344):
+Assume weblinks have correct direct or relative URLs.
+
+* Fix error in plugin loading.
+
+* Fix support for xml syntax highlighting.
+
+* Add commit container gr endpoint for plugins.
+
+* Fix missing `</section>` in gr-settings-view.
+
+* Improve error message when JRE cannot be found during site start.
+
+* Suggest `--no-edit` option when `Change-Id` line is missing.
+
+  When the `Change-Id` is missing, the commit can be amended without
+  editing.
+
 ### 2.16.5
 
 #### New features