Skip to content

Commit

Permalink
Added note about aliases to release announcement.
Browse files Browse the repository at this point in the history
  • Loading branch information
theraven committed Apr 14, 2011
1 parent 442e2e0 commit c83f585
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ANNOUNCE.1.3
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ model, providing the same features as Apple's Modern runtime for Objective-C++
code, specifically the ability to throw Objective-C objects with @throw() or
throw() and catch them with @catch() or catch(). The new unified exception
model is supported by Clang 2.9 and is compatible with Apple's Objective-C++
exception behaviour.
exception behaviour. Another enhancement in this release is the addition of
support for class aliases. This provides a run-time equivalent of
@compatibility_alias, allowing a class to show up in class lookup searching for
its alias.

You may obtain the code for this release from subversion at the following
subversion branch:
Expand Down

0 comments on commit c83f585

Please sign in to comment.