diff options
author | Louis Dionne <ldionne@apple.com> | 2018-10-30 23:24:02 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2018-10-30 23:24:02 +0000 |
commit | bdc6deedd3ee87662be96ceef44850cf1c0b47e7 (patch) | |
tree | 4e0c2910fd805de6937f2b473244bd23acc27316 | |
parent | 161121fc9d9d145fa8d8efbe0f6fe82696687d42 (diff) | |
download | bcm5719-llvm-bdc6deedd3ee87662be96ceef44850cf1c0b47e7.tar.gz bcm5719-llvm-bdc6deedd3ee87662be96ceef44850cf1c0b47e7.zip |
Correct ABI list change wrongly advertised as being in the 7.0 release
llvm-svn: 345670
-rw-r--r-- | libcxx/lib/abi/CHANGELOG.TXT | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index cce6cbaadb9..eb63693680c 100644 --- a/libcxx/lib/abi/CHANGELOG.TXT +++ b/libcxx/lib/abi/CHANGELOG.TXT @@ -13,7 +13,7 @@ Afterwards the ABI list should be updated to include the new changes. New entries should be added directly below the "Version" header. ----------- -Version 7.0 +Version 8.0 ----------- * r345260 - Making libc++ build under -fvisibility=hidden @@ -43,6 +43,9 @@ Version 7.0 Symbol removed: __ZNSt3__221__thread_specific_ptrINS_15__thread_structEE16__at_thread_exitEPv Symbol removed: __ZNSt3__119__start_std_streamsE +----------- +Version 7.0 +----------- * r338479 - Elementary string conversions for integral types |