==================
NEWS for lazr.enum
==================

1.1.4 (2012-04-18)
==================

- Support for serialising enums to/from json (lp:984549)
- Items which are not in an enumerator always compare as False (lp:524259)
- Fix the licence statement in _enum.py to be LGPLv3 not LGPLv3+ (lp:526484)

1.1.3 (2011-04-20)
==================

- added case insensitivity to getting the term by the token value (lp:154556)

1.1.2 (2009-08-31)
==================

- removed unnecessary build dependencies

1.1.1 (2009-08-06)
==================

- Removed sys.path hack from setup.py.

1.1 (2009-06-08)
================

- Added `url` argument to the BaseItem and DBItem constructors.


1.0 (2009-03-24)
================

- Initial release on PyPI
