[libc++][NFC] Update ABI changelog to account for new assertion handler

This commit is contained in:
Louis Dionne 2022-03-24 09:57:28 -04:00
parent 677d0e7495
commit 5c458f3e57
1 changed files with 15 additions and 0 deletions

View File

@ -12,6 +12,21 @@ To generate a summary, re-generate the new ABI list using the
New entries should be added directly below the "Version" header.
------------
Version 15.0
------------
* b0fd9497af6d - [libc++] Add a lightweight overridable assertion handler
This patch adds a lightweight assertion handler mechanism that can be
overriden at link-time in a fashion similar to `operator new`. A default
assertion handler is provided in the shared library, hence the added
symbol.
All platforms
-------------
Symbol added: _ZNSt3__126__libcpp_assertion_handlerEPKciS1_S1_
------------
Version 14.0
------------