* Fix bug in ``generate_python_proxy_code_from_clsspec()``. * Fix compilation warning in ``ObjP_list_o2p()``.
1.3.1
---------------------------
* Fixed a crash when converting a ``NSDictionary`` containing an unsupported type.
1.3.0
---------------------------
* Added support for Python constant module conversion to Objective-C code.
1.2.1
---------------------------
* Renamed proxy's target member name from ``py`` to ``_py`` to avoid name clash with local variables when an argument would be named ``y``.
1.2.0
---------------------------
* Added support for ``NSPoint``, ``NSSize`` and ``NSRect`` structures. * In ``ObjP_str_o2p()``, when the string is ``nil``, return ``Py_None`` instead of crashing.
1.1.0
---------------------------
* Allow null items (with ``[NSNull null]``) in p2o collection conversions. * Added support for floats. * p2o conversions returning ``NSObject`` subclasses can now convert ``None`` to ``nil``.