Update 2.14.1 release notes

Change-Id: I36ee12f9ac7303b9d32ea9c1225f7528b95f28a6
diff --git a/releases/2.14.md b/releases/2.14.md
index 399180e..d9cf22d 100644
--- a/releases/2.14.md
+++ b/releases/2.14.md
@@ -240,6 +240,12 @@
   Similar to the existing `change indexed` and `account indexed `extension points,
   this allows plugins to be notified when a group has been indexed.
 
+* Extend upload validation interface to allow listening to negotiation start.
+
+  This can be used to check rate limits for fetch requests. Rate limits
+  should be checked before git transport negotation starts to avoid
+  unnecessary work in case the limit is already reached.
+
 * Fix support for ECDSA and ED25519 SSH keys.
 
   ECDSA and ED25519 SSH host keys were not generated during site initialization
@@ -283,6 +289,8 @@
    the conection with the mail server. Strict mail servers like Gmail would
    close the connection prematurely otherwise.
 
+* Allow plugins to non-transitively depend on prolog rules.
+
 * PolyGerrit UI
 
     * [Issue 6096](https://bugs.chromium.org/p/gerrit/issues/detail?id=6096):
@@ -297,3 +305,8 @@
 
     * [Issue 6176](https://bugs.chromium.org/p/gerrit/issues/detail?id=6176):
       Fix internal server error when old patch set is not found.
+
+    * [Issue 6166](https://bugs.chromium.org/p/gerrit/issues/detail?id=6166):
+      Fix loading favicon on a prefixed URL.
+
+    * Make sure 'Merge Conflict' displays on change view.