Update 2.14.1 release notes

Change-Id: I65558891010d2b81b980c8a645cce8abcf510a73
diff --git a/releases/2.14.md b/releases/2.14.md
index d9cf22d..37ce164 100644
--- a/releases/2.14.md
+++ b/releases/2.14.md
@@ -258,6 +258,11 @@
   fail with a fatal error. Now a warning is printed and the initialization
   continues.
 
+* [Issue 6278](https://bugs.chromium.org/p/gerrit/issues/detail?id=6278):
+Fix internal server error when cloning from slave over HTTP.
+
+* Fix firing change related events for deleted change.
+
 * [Issue 5393](https://bugs.chromium.org/p/gerrit/issues/detail?id=5393):
 Improve the performance of reviewer suggestion.
 
@@ -269,6 +274,8 @@
   The idle timeout was not properly set for the nio2 backend, so connections
   would always time out with the default value (10 minutes).
 
+* Improve error message when publishing an already published change edit.
+
 * Fix ref visibility checks in dashboards.
 
 * Replication plugin: Fix replication retries when `maxRetries` is set to 0.
@@ -282,6 +289,9 @@
 * Fix internal server error when deleting current patch set and previous patch
 set doesn't exist.
 
+* [Issue 6176](https://bugs.chromium.org/p/gerrit/issues/detail?id=6176):
+Fix internal server error when old patch set is not found.
+
 *  Always use SSL implicitly for POP3 and IMAP.
 
    If `receiveemail.encryption` is set to TLS/SSL, we always want to use the
@@ -303,10 +313,9 @@
     * [Issue 6080](https://bugs.chromium.org/p/gerrit/issues/detail?id=6080):
       Allow editing status when full name is not editable.
 
-    * [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.
+
+    * Use a default name for accounts that do not have a display name.