=======
CHANGES
=======

0.6.0 (2013-06-28)
------------------

- feature: implemented JobError as Job sub item. And rename previous JobError
  to RemoteException. This changes requires that you delete all previous
  JobError jobs in the job list before update. Also raise RemoteException
  instead of JobError in your code. The new JobError sub item provides a 
  better error traceback message and a created date.

- feature: implement better error handling, save formatted traceback string


0.5.1 (2012-11-18)
------------------

- added MANIFEST.in files

- remove p01.i18n package dependency

- allow to remove jobs with all stati

- split scheduler and container and move scheduler part into mixin class

- switch to bson import

- reflect changes in getBatchData signature

- fix dateime compare, round milliseconds

- adjust different schema description, user the same message id as used in title

- removed unused id


0.5.0 (2011-08-19)
------------------

- initial release
