From dbe4ed41fa5ee1ee6b81a51f5579503903f630b7 Mon Sep 17 00:00:00 2001 From: theraven Date: Fri, 1 Mar 2013 11:11:35 +0000 Subject: [PATCH] Updated release announcement. --- ANNOUNCE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index 064705a..c7b31ab 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -18,6 +18,9 @@ Objective-C programs. Highlights of this release include: - Added specialised property accessor functions and support for atomic properties with C++ non-POD types. +- Significant improvements in property introspection and an exhaustive test + suite. + - A new exception implementation providing better integration with foreign exceptions (e.g. C++ exceptions). The new ABI is supported by clang 3.3 when compiling with -fobjc-runtime=gnustep-1.7 (or higher). The old ABI is still