Updated release announcement.

This commit is contained in:
theraven 2013-03-01 11:11:35 +00:00
parent 3a0ecad453
commit dbe4ed41fa

View File

@ -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