Changelog
=========

Version 0.2.1 (October 23, 2010)

* Fixed a few concurrency bugs.


Version 0.2 (October 20, 2010)

* Several API changes, breaks backwards compatibility.
* New CircuitBreakerListener class that allows the user to listen to events in
  a circuit breaker without the need to subclass CircuitBreaker.
* Decorator now uses 'functools.wraps' to avoid loss of information on decorated
  functions.


Version 0.1.1 (October 17, 2010)

* Instance of CircuitBreaker can now be used as a decorator.
* Python 2.6+ is now required in order to make the same code base compatible
  with Python 3+.


Version 0.1 (October 16, 2010)

* First public release.
