diff options
Diffstat (limited to 'libcxx/lib')
-rw-r--r-- | libcxx/lib/abi/CHANGELOG.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index 38dffd2908b..95bdb714e68 100644 --- a/libcxx/lib/abi/CHANGELOG.TXT +++ b/libcxx/lib/abi/CHANGELOG.TXT @@ -16,7 +16,7 @@ New entries should be added directly below the "Version" header. Version 8.0 ----------- -* rXXXXX - Remove std::bad_array_length +* r347903 - Remove std::bad_array_length The change removes the definition of std::bad_array_length (which never made it into the standard) from the headers and the dylib. This is technically an |