git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@352513 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -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