================
Improvements
------------
* Properly set the ``current_task`` when running ``Batches`` tasks. (`4 <https://github.com/clokep/celery-batches/pull/4>`_)
* Call the success signal after a successful run of the ``Batches`` task. (`6 <https://github.com/clokep/celery-batches/pull/6>`_)
* Support running tasks eagerly via the ``Task.apply()`` method. This causes
the task to execute with a batch of a single item. Contributed by
`scalen <https://github.com/scalen>`_. (`#16 <https://github.com/clokep/celery-batches/pull/16>`_,
`18 <https://github.com/clokep/celery-batches/pull/18>`_)
Maintenance
-----------
* Improved documentation. Contributed by
`nijel <https://github.com/nijel>`_. (`#3 <https://github.com/clokep/celery-batches/pull/3>`_,
`7 <https://github.com/clokep/celery-batches/pull/7>`_)
* Support Celery 4.2, 4.3, and 4.4. (`12 <https://github.com/clokep/celery-batches/pull/12>`_,
`14 <https://github.com/clokep/celery-batches/pull/14>`_,
`19 <https://github.com/clokep/celery-batches/pull/19>`_)
* Support Python 3.7 and 3.8. (`19 <https://github.com/clokep/celery-batches/pull/19>`_)
* Drop support for Python 3.4. (`19 <https://github.com/clokep/celery-batches/pull/19>`_)
* CI improvements. (`5 <https://github.com/clokep/celery-batches/pull/5>`_,
`11 <https://github.com/clokep/celery-batches/pull/11>`_,
`13 <https://github.com/clokep/celery-batches/pull/13>`_,)