Release notes for Gerrit 2.13.5

Change-Id: I84204c632fc2ee9b6ee1bb0db77f706d6abbc7bf
diff --git a/releases/2.13.md b/releases/2.13.md
index 454429b..17c6711 100644
--- a/releases/2.13.md
+++ b/releases/2.13.md
@@ -458,6 +458,44 @@
 
 ## Bugfix Releases
 
+### 2.13.5 {#2.13.5}
+
+* [Issue 5200](https://bugs.chromium.org/p/gerrit/issues/detail?id=5200):
+Ensure that indexes are closed properly on shutdown.
+
+  The indexes were not closed on shutdown, which caused data to be lost
+  due to not being flushed to disk.
+
+* Enable the 'Delete Edit' button for merged changes.
+
+  If a merged change has an edit revision, it should still be possible
+  to delete the edit.
+
+* Do not check visibility of parent project when creating a new project.
+
+  A project can be visible to a user but not necessarily its parent. To
+  be consistent, a user with create-project permission should be able to
+  create a project with a parent that exists even if the parent is not
+  visible to the user.
+
+* Fix 'Can't insert change/patch set' error when prior patch set has no
+parent, but next patch set has 1 parent.
+
+* [Issue 5179](https://bugs.chromium.org/p/gerrit/issues/detail?id=5179):
+Make startup timeout configurable.
+
+  By setting `container.startupTimeout` it is possible to configure the
+  maximum time to wait for the `gerrit.sh start` command to run a new
+  Gerrit daemon successfully.
+
+* [Issue 4715](https://bugs.chromium.org/p/gerrit/issues/detail?id=4715):
+Add missing reviewers visibility check for suggestions from account index.
+
+* Fix Gitweb HTTP URL generation.
+
+  The generated Gitweb URL contained an invalid 'p' character, and did
+  not require authentication for projects not visible to anonymous users.
+
 ### 2.13.4 {#2.13.4}
 
 * [Issue 5090](https://bugs.chromium.org/p/gerrit/issues/detail?id=5090):