2.16.6 release notes add Issue and amend info about weblinks

Change-Id: I531f4a1fd48073c8252c50d7fa85cb23957fb814
diff --git a/pages/site/releases/2.16.md b/pages/site/releases/2.16.md
index 86de258..17309b1 100644
--- a/pages/site/releases/2.16.md
+++ b/pages/site/releases/2.16.md
@@ -508,11 +508,24 @@
 
 * 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.
+  The new configuration option allows to specify the name of the link the UI
+  should use when multiple weblink providers are available but only one single
+  link may be shown on the UI.
 
-#### Bug Fixes
+#### PolyGerrit UI changes
+
+* Gitiles change-weblink with default weblink name ("browse") is now inline.
+
+  If available a weblink that links to a code-browser is displayed inline
+  on the change screen. Previously weblinks were only considered links to
+  code-browsers if their name was one of "gitweb","gitiles". Weblinks with
+  name "browse" are now also considered to be links to code-browsers and are
+  displayed inline (href of current patchset and parent SHA1s) unless gitweb
+  is available and configured as gerrit.primaryWeblinkName.
+
+#### Bug fixes
+
+##### PolyGerrit
 
 * [Issue 10467](https://bugs.chromium.org/p/gerrit/issues/detail?id=10467):
 Fix hard-coded title for mark reviewed/unreviewed button.
@@ -530,7 +543,10 @@
 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 faulty relative URLs for change weblinks.
+
+* [Issue 10355](https://bugs.chromium.org/p/gerrit/issues/detail?id=10355):
+Show all change-weblinks considered "code browser" weblinks,
 
 * Fix error in plugin loading.
 
@@ -540,6 +556,8 @@
 
 * Fix missing `</section>` in gr-settings-view.
 
+##### Other Fixes
+
 * Improve error message when JRE cannot be found during site start.
 
 * Suggest `--no-edit` option when `Change-Id` line is missing.