Document the accidental rewind of JGit to 5ae8d28fa

Change-Id: I316d9853ea3bd4a6ce877370fefd619cf5ac9136
diff --git a/pages/site/releases/3.7.md b/pages/site/releases/3.7.md
index 1ec9ca0..4872d7c 100644
--- a/pages/site/releases/3.7.md
+++ b/pages/site/releases/3.7.md
@@ -552,6 +552,11 @@
     `star` option can must now be provided to include the `starred` field in
     `ChangeInfo`, which indicates if the change is starred by the current user or not.
 
+* Known Issues
+
+  * [Change 391575](https://gerrit-review.googlesource.com/c/gerrit/+/391575):
+  JGit was accidentally reverted to 5ae8d28faaf6168921f673c89a4e6d601ffad78d.
+
 * New Features
 
   * [Change 406237](https://gerrit-review.googlesource.com/c/gerrit/+/406237):
@@ -634,39 +639,6 @@
   * [Change 403721](https://gerrit-review.googlesource.com/c/gerrit/+/403721):
   Bump SSHD version to 2.12.0 with security fix for [CVE-2023-48795](https://nvd.nist.gov/vuln/detail/CVE-2023-48795)
 
-* JGit changes
-
-  * [Change 391575](https://gerrit-review.googlesource.com/c/gerrit/+/391575):
-  Update JGit to acf21c0bc6a63a3d20fca92757b992a1f2d55f41.
-
-    You can retrieve the full list of changes with:
-
-    ```shell
-    git log --no-merges --format=oneline 74fa245b3..acf21c0bc
-    ```
-
-    notable changes are:
-
-      * acf21c0bc RefDirectory: Do not unlock until after deleting loose ref
-      * 29c89d1f0 SnapshottingRefDirectory: Invalidate snapshot after locking ref for update
-      * 747618358 Improve handling of NFS stale handle errors
-      * ca54c5176 Fix handling of missing pack index file
-      * b4c66104f Introduce a PriorityQueue sorting RevCommits by commit timestamp
-      * e712b4716 Make sure ref to prune is in packed refs
-      * 170244d05 Checkout: better directory handling
-      * 244165fc5 Remove unused API problem filters
-      * f103a1d5c Add support for git config repack.packKeptObjects
-      * f5f4bf0ad Do not exclude objects in locked packs from bitmap processing
-      * 3a6eec9bb Express the explicit intention of creating bitmaps in GC
-      * ac8d7838f GC: prune all packfiles after the loosen phase
-      * f6928f573 Revert "RefDirectory: Throw exception if CAS of packed ref list fails"
-      * 6b3b2b33a GraphObjectIndex: fix search in findGraphPosition
-      * 0f7d485bc Remove unused API filters
-      * 43954ea62 [releng] API filter for PackIndex.DEFAULT_WRITE_REVERSE_INDEX
-      * 2c89a3ec7 PackExt: add a #getTmpExtension method
-      * d0564cf8a UploadPack: Record negotiation stats on fetchV2 call
-      * ce88e62ed PackWriter: write the PackReverseIndex file
-
 ### 3.7.6
 
 * Breaking Changes