Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstevens committed Jun 14, 2017
1 parent b6b42ea commit d4b93a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
* Added support for class properties.
* Added support for replacements in availability and deprecated attributes.
* Added support for "soft deprecations" via categories containing "Deprecated" in their name.
* Added support for comparing platform SDKs (e.g. the iOS SDK in Xcode). All frameworks in the SDK are
compared, with a few exceptions that cannot currently be parsed:

- IOKit.framework
- Kernel.framework
- Tk.framework

The contents of /usr/include are also not currently parsed, as some of these headers must be included in
a specific order.

SDK comparisions may be performed on a whole-SDK basis or for specific frameworks within the SDK.

0.2.0 (2015-11-19)

Expand Down

0 comments on commit d4b93a2

Please sign in to comment.