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


== Version 1.2.1 ==

04 Jan 2011
* Fixed assert_that to describe the diagnosis of the mismatch, not just the mismatched value. PyHamcrest will now give even more useful information.

* Expanded BaseDescription.append_description_of to handle all types of values, not just self-describing values.

* Deprecated:
 - Description.append_value no longer needed; call append_description_of instead.
 - BaseDescription.append_value_list no longer needed; call append_list instead.
 - SelfDescribingValue no longer needed.

1.2.1 fixes to 1.2:
- Corrected manifest so install works. Fix provided by falsetru.


== Version 1.1 ==

28 Dec 2010
* New matchers:
  - "contains" matches sequence containing matching items in order.
  - "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
