Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mapping Objective-C classes to custom ObjCInstance subclasses #81

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Changelog
=========

A complete history of the changes to Rubicon can be found in `Rubicon's
documentation <./docs/project/releases>`__.
documentation <./docs/background/releases>`__.
2 changes: 2 additions & 0 deletions docs/background/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Release History
* Added support for passing Python lists as Objective-C NSArray arguments, and Python dicts as Objective-C NSDictionary arguments.
* Corrected support to storing strings and other objects as properties on Python-defined Objective-C classes.
* Added support for creating Objective-C blocks from Python callables. (ojii)
* Added support for creating, extending and conforming to Objective-C protocols.
* Added an ``objc_const`` convenience function to look up global Objective-C object constants in a DLL.
* Added support for registering custom ``ObjCInstance`` subclasses to be used to represent Objective-C objects of specific classes.

0.2.8
-----
Expand Down
Loading