Skip to content

Commit 3a88cf1

Browse files
DanAlbertAndroid Build Coastguard Worker
authored and
Android Build Coastguard Worker
committed
Add missing changelog entries.
Bug: android/ndk#2010 Bug: android/ndk#2012 Bug: android/ndk#2013 Bug: android/ndk#2024 Test: N/A (cherry picked from https://android-review.googlesource.com/q/commit:7dab8bd84a3841b4ffe314d8a93a4f3f820b95f1) Merged-In: Iffd8b300aede6ba493f8c8613f4be1ca109b5b55 Change-Id: Iffd8b300aede6ba493f8c8613f4be1ca109b5b55
1 parent 923ae4c commit 3a88cf1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/changelogs/Changelog-r27.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ directly, see the [build system maintainers guide].
3838
* [Issue 1988]: Added aarch64 support for `preserve_all` calling convention.
3939
* [Issue 2007]: Fixed crash in class template argument deduction caused by
4040
self-referential friend declaration.
41+
* [Issue 2010]: Removed superfluous libraries to reduce disk use.
42+
* [Issue 2012]: Fixed front end crash when using concepts and modules.
43+
* [Issue 2013]: Fixed false positive ODR violation in global module fragments.
44+
* [Issue 2024]: Removed invalid `__attribute__((__const__))` from `gettid`.
4145
* A RISC-V sysroot (AKA riscv64, or rv64) has been added. It is **not**
4246
supported. It is present to aid bringup for OS vendors, but it's not yet a
4347
supported Android ABI. It will not be built by default.
@@ -82,3 +86,7 @@ directly, see the [build system maintainers guide].
8286
[Issue 1993]: https://github.com/android/ndk/issues/1993
8387
[Issue 1994]: https://github.com/android/ndk/issues/1994
8488
[Issue 2007]: https://github.com/android/ndk/issues/2007
89+
[Issue 2010]: https://github.com/android/ndk/issues/2010
90+
[Issue 2012]: https://github.com/android/ndk/issues/2012
91+
[Issue 2013]: https://github.com/android/ndk/issues/2013
92+
[Issue 2024]: https://github.com/android/ndk/issues/2024

0 commit comments

Comments
 (0)