aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2024-04-11 14:44:37 -0700
committerDan Albert <danalbert@google.com>2024-04-11 14:44:37 -0700
commitb6e8a15cf0c09cdfc636f9dab341ff55f8cc9fc9 (patch)
tree35bf0b1c106303b7c4831bb893467f4fb7e9726d
parent4562abcce689870a26f79e884e585faf99100339 (diff)
downloadndk-b6e8a15cf0c09cdfc636f9dab341ff55f8cc9fc9.tar.gz
Add missing changelog note.
I didn't realize the cherry-pick had been done, so missed it until now. Bug: https://github.com/android/ndk/issues/2007 Test: None Change-Id: Ie0ba17c9e577631220c35d785aa1c48c06245fab
-rw-r--r--docs/changelogs/Changelog-r27.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r27.md b/docs/changelogs/Changelog-r27.md
index d7af2fa3e..29fdf8153 100644
--- a/docs/changelogs/Changelog-r27.md
+++ b/docs/changelogs/Changelog-r27.md
@@ -36,6 +36,8 @@ directly, see the [build system maintainers guide].
* [Issue 1947]: Fixed various function multi-versioning crashes.
* [Issue 1963]: Fixed undefined behavior in `std::unexpected::has_value()`.
* [Issue 1988]: Added aarch64 support for `preserve_all` calling convention.
+ * [Issue 2007]: Fixed crash in class template argument deduction caused by
+ self-referential friend declaration.
* A RISC-V sysroot (AKA riscv64, or rv64) has been added. It is **not**
supported. It is present to aid bringup for OS vendors, but it's not yet a
supported Android ABI. It will not be built by default.
@@ -79,3 +81,4 @@ directly, see the [build system maintainers guide].
[Issue 1988]: https://github.com/android/ndk/issues/1988
[Issue 1993]: https://github.com/android/ndk/issues/1993
[Issue 1994]: https://github.com/android/ndk/issues/1994
+[Issue 2007]: https://github.com/android/ndk/issues/2007