Correct ABI list change wrongly advertised as being in the 7.0 release
authorLouis Dionne <ldionne@apple.com>
Tue, 30 Oct 2018 23:24:02 +0000 (23:24 +0000)
committerLouis Dionne <ldionne@apple.com>
Tue, 30 Oct 2018 23:24:02 +0000 (23:24 +0000)
llvm-svn: 345670

libcxx/lib/abi/CHANGELOG.TXT

index cce6cba..eb63693 100644 (file)
@@ -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