Update 2.14.2 release notes

Change-Id: I57bb00291ac8ce2a459e09a408e0c586dac72162
diff --git a/releases/2.14.md b/releases/2.14.md
index 4e32527..1c6467a 100644
--- a/releases/2.14.md
+++ b/releases/2.14.md
@@ -427,6 +427,14 @@
   from being found when the administrator configured it with the
   documented name.
 
+* [Issue 6609](https://bugs.chromium.org/p/gerrit/issues/detail?id=6609):
+Add "indent with tabs" configuration option in inline editor.
+
+* Fix line wrapping in inline editor.
+
+  The line wrapping preference was respected for the diff screens, but not
+  for the inline editor.
+
 * Don't index missing accounts.
 
 * Disable auto-reindexing if stale during offline Reindex.
@@ -464,3 +472,16 @@
   and Gerrit first connects to the database using the ReviewDb JNDI property
   from the servlet container was broken since version 2.13 due to a cyclic
   dependency in Guice bindings.
+
+* Add missing `throws` declarations on `NotImplemented` classes in the
+extension API.
+
+  The `throws` were removed as a cleanup in Gerrit 2.14, but this prevenented
+  classes that extend `NotImplemented` from throwing the exceptions.
+
+* Add support for tag web links.
+
+* PolyGerrit UI
+
+    * Add syntax highlighting for kotlin.
+