Merge "Update r22b changelog with missing fix."
diff --git a/docs/changelogs/Changelog-r22.md b/docs/changelogs/Changelog-r22.md
index 328aec0..9295feb 100644
--- a/docs/changelogs/Changelog-r22.md
+++ b/docs/changelogs/Changelog-r22.md
@@ -21,11 +21,13 @@
 
 ## r22b
 
-  * [Issue 1388]: Fixed LLVM's incorrect conversion to list files for long command
-    lines on Windows.
-  * [Issue 1391]: Fixed missing symbols from libz.a.
-  * [Issue 1427]: Fixed Clang auto-detection for CMake 3.19 and older for Windows.
+* [Issue 1377]: Fix Clang backend crash in register scavenging.
+* [Issue 1388]: Fixed LLVM's incorrect conversion to list files for long command
+  lines on Windows.
+* [Issue 1391]: Fixed missing symbols from libz.a.
+* [Issue 1427]: Fixed Clang auto-detection for CMake 3.19 and older for Windows.
 
+[Issue 1377]: https://github.com/android/ndk/issues/1377
 [Issue 1388]: https://github.com/android/ndk/issues/1388
 [Issue 1391]: https://github.com/android/ndk/issues/1391
 [Issue 1427]: https://github.com/android/ndk/issues/1427