=========
Changelog
=========


0.2b -- 2011-02-11
==================

* First public beta release
* Added base matchers: to_be_less_than, to_be_less_than_or_equal_to, to_be_greater_than, to_be_greater_than_or_equal_to, to_be_none, to_be_truthy, to_be_falsy, to_raise
* Added "rich comparison" matchers: ==, <, <=, >, >=
* Documentation: Core API + Simple user guide.


0.1a -- 2011-02-01
==================

* First public alpha release