浏览代码

[NFC] Add missing revision for removal of bad_array_length in ABI changelog

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@352513 91177308-0d34-0410-b5e6-96231b3b80d8
Louis Dionne 6 年之前
父节点
当前提交
b8bdc7a157
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/abi/CHANGELOG.TXT

+ 1 - 1
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