From 34d4c6b12e1476cc7d33aeacb85bc8a7372efd3e Mon Sep 17 00:00:00 2001 From: theraven Date: Fri, 29 Apr 2011 14:46:37 +0000 Subject: [PATCH] Updated release announcement. --- ANNOUNCE | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index 13a8b3e..49c64d3 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -35,6 +35,12 @@ release include: source code (when using LLVM-based compilers, such as Clang, LanguageKit, or DragonEgg). +- Added some missing runtime API functions, such as those for setting and + getting instance variables. These are required by PyObjC, although using + them safely is not actually possible with the non-fragile ABI (also true on + OS X), since instance variables are no longer uniquely identified by name. + Also added support for accessing property type encodings. + You may obtain the code for this release from subversion at the following subversion branch: