Skip to content

Commit

Permalink
Update CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Sep 8, 2024
1 parent 8481535 commit 06037d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ API changes:

* References to classes are renamed from `_class_` to `self`, eg:
~~NSObject.\_class\_~~ NSObject.self
* Class methods are moved from a `C` submodule to a module suffixed with `Class`, eg:
~~NSObject.C.alloc~~ NSObjectClass.alloc
* Class methods are moved from a `C` submodule to a module suffixed with `Class`,
eg: ~~NSObject.C.alloc~~ NSObjectClass.alloc
* `Define._class_`, `Define._method_`, `Define.ivar` are renamed to `Class.define`,
`Method.define`, `Ivar.define`
* Library names and main modules now match the Cocoa capitalization, eg:
~~Uikit~~ UIKit
* Global symbols are included in the main library module; no need to open a
Expand Down

0 comments on commit 06037d7

Please sign in to comment.