From 15ae929a2c6ca59b47b18deae6cc58b6fc726024 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Tue, 15 Dec 2020 11:34:17 +0000 Subject: [PATCH] Add libc++abi note to ANNOUNCE. --- ANNOUNCE | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index 1b1c5b8..ff44aa2 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -8,7 +8,11 @@ programs. Highlights of this release include: -- +- Numerous improvements to the Objective-C++ exception interoperation code. + The runtime now dynamically detects whether the libcxxrt, libsupc++, or + libc++abi variant of the Itanium C++ Exception ABI is being used. This is + the first version to support exception interoperability with libc++abi. + You may obtain the code for this release from git and use the 2.2 branch: