Ticket numbers in this file can be looked up by visiting
http://github.com/ikotler/pythonect/issues/<number>


What's New in Pythonect 0.2.1?
==============================

*Release date: 27-May-2012*

Core and builtins
-----------------

- Issue #9: Autoload won't load modules from current working directory

- Issue #11: Autoload parses name incorrectly if in a list or tuple


What's New in Pythonect 0.2?
============================

*Release date: 30-Apr-2012*

Core and builtins
-----------------

- Feature #8: Implemented Autoloading.

- Feature #7: Python built-in dictionary can be used as a switch statement.

- Issue #6: Interpreter prints Strings without quotes

- Issue #5: Interpreter lags when pressing Enter key multiple times

Build
-----

- Issue #4: Pythonect reports incorrect version if installed via pip/sdist.


What's New in Pythonect 0.1.1?
==============================

*Release date: 18-Apr-2012*

Core and builtins
-----------------

- Issue #3: Check that the program return value is not None before printing it  

Build
-----

- Issue #1: Removed import from __init__ to avoid PLY imports via setup.py.

Miscellaneous
-------------

- Add NEWS file


What's New in Pythonect 0.1?
============================

*Release date: 01-Apr-2012*

Everything :-)
