Full documentation: http://packages.python.org/PyHamcrest
Latest package: http://pypi.python.org/pypi/PyHamcrest
Latest sources: https://github.com/jonreid/PyHamcrest
For more information: http://code.google.com/p/hamcrest


== Version 1.1 ==

* New matcher "contains" matches sequence containing matching items in order.

* New matcher "contains_inanyorder" matches sequence containing matching items in any order.

* Added Sphinx documentation support.


== Version 1.0 ==

04 Dec 2010: First official release
* Text matchers now support Unicode strings

15 Jan 2008: Initial submission
