Changelog
=========

The changelog describes in plain English the changes that occurred between Py4J releases. Please look at the `roadmap
<http://sourceforge.net/apps/trac/py4j/roadmap?show=all>`_ for more detailed information. 

Py4J 0.1
--------

- This is the first release.
- Basic features like connecting to a JVM and calling methods are implemented.
- Java List are converted to Python List.
- Field access, constructors, and static classes are **NOT** accessible yet.
- Dictionary and Set are only accessible through the Java Map and Set interface for now.
- Arrays can be referenced, but individual items cannot be accessed yet.
- `Trac 0.1 milestone <http://sourceforge.net/apps/trac/py4j/milestone/0.1>`_