==============
Change history
==============

0.3.9 :date:`2009-05-18 4:49 P.M CET` :author:askh@opera.com
--------------------------------------------------------------

	* Consumer.wait() now works properly again. Thanks Alexander Solovyov!

0.3.8 :date:`2009-05-11 2:14 P.M CET` :author:askh@opera.com
--------------------------------------------------------------

	* Rearranged json module import order.
	New order is cjson > simplejson > json > django.util.somplejson

	* _Backwards incompatible change_:
	Have to instantiate AMQPConnection object before passing
	it to consumers/publishers. e.g before when you did

		>>> consumer = Consumer(connection=DjangoAMQPConnection)

	you now have to do

		>>> consumer = Consumer(connection=DjangoAMQPConnection())

	or sometimes you might even want to share the same connection with
	publisher/consumer.


0.2.1 :date:`2009-03-24 5:48 P.M CET` :author:askh@opera.com
--------------------------------------------------------------

* Fix typo "package" -> "packages" in setup.py

0.2.0 :date:`2009-03-24 5:23 P.M CET` :author:askh@opera.com
--------------------------------------------------------------

* hasty bugfix release, fixed syntax errors.

0.1.0 :date:`2009-03-24 5:16 P.M CET` :author:askh@opera.com
--------------------------------------------------------------

* Initial release
