Update v3.6.5 release notes
Change-Id: Ibaf613195aa9446903ee3d620d4d883d8927d7ad
diff --git a/pages/site/releases/3.6.md b/pages/site/releases/3.6.md
index 71d3993..d596eb0 100644
--- a/pages/site/releases/3.6.md
+++ b/pages/site/releases/3.6.md
@@ -367,6 +367,13 @@
### 3.6.5
+* New Features
+
+ * [Change 364591](https://gerrit-review.googlesource.com/c/gerrit/+/364591)
+ Allow to hide download schemes from the UI
+
+ Allow hiding a download scheme in the UI by still allowing to use it.
+
* Bug Fixes
* [Change 362914](https://gerrit-review.googlesource.com/c/gerrit/+/362914)
@@ -385,11 +392,6 @@
`isVisibleToPredicate` like any other predicate so that it runs based on its
estimated cost.
- * [Change 364591](https://gerrit-review.googlesource.com/c/gerrit/+/364591)
- Allow to hide download schemes from the UI
-
- Allow hiding a download scheme in the UI by still allowing to use it.
-
* [Issue 16819](https://crbug.com/gerrit/16819):
Enable LDAP "Remember me" in login form per default
@@ -436,6 +438,12 @@
Align the code with the
[documentation](https://gerrit-documentation.storage.googleapis.com/Documentation/3.6.3/config-labels.html#label_function).
+ * [Issue 16823](https://crbug.com/gerrit/16823):
+ Fix the search by query in the project filter
+
+ Fix regression introduced in [Change 337994](https://gerrit-review.googlesource.com/c/gerrit/+/337994),
+ in context of [Issue 15134](https://crbug.com/gerrit/15134).
+
* Download-commands plugin fixes
* [Issue 15944](https://crbug.com/gerrit/15944):
@@ -455,6 +463,10 @@
Close the channel gracefully to give the server a chance to clean up properly on
its side.
+ * Update bouncycastle to 1.72.
+
+ * Update commons-compress to 1.22.
+
### 3.6.4
* New features