Skip to content

Commit 99d06c2

Browse files
committed
Update changelog.
1 parent 39e623b commit 99d06c2

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

CHANGELOG.rst

+25-10
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,43 @@ Changelog
66
next
77
====
88

9+
* Support Celery 5.1. (`#27 <https://github.com/clokep/celery-batches/pull/27>`_)
10+
* Clean-up unnecessary code. (`#28 <https://github.com/clokep/celery-batches/pull/27>`_)
11+
* CI improvements. (`#25 <https://github.com/clokep/celery-batches/pull/25>`_)
12+
913
0.4 2020-11-30
1014
==============
1115

12-
* Officially support Celery 5.0. Drop support for Celery < 4.4.
13-
* Drop support for Python < 3.6.
16+
* Support Celery 5.0. Drop support for Celery < 4.4. (`#21 <https://github.com/clokep/celery-batches/pull/21>`_)
17+
* Drop support for Python < 3.6. (`#21 <https://github.com/clokep/celery-batches/pull/21>`_)
1418

1519
0.3 2020-01-29
1620
==============
1721

18-
* Properly set the ``current_task`` when running Batch tasks.
19-
* Call the success signal after a successful run of the Batch task.
22+
* Properly set the ``current_task`` when running ``Batch`` tasks. (`#4 <https://github.com/clokep/celery-batches/pull/4>`_)
23+
* Call the success signal after a successful run of the ``Batch`` task. (`#6 <https://github.com/clokep/celery-batches/pull/6>`_)
2024
* Support running tasks eagerly via the ``Task.apply()`` method. This causes
21-
the task to execute with a batch of a single item.
22-
* Officially support Python 3.7 and 3.8. Drop support for Python 3.4.
23-
* Officially support Celery 4.3 and 4.4.
25+
the task to execute with a batch of a single item. Contributed by
26+
`@scalen <https://github.com/scalen>`_. (`#16 <https://github.com/clokep/celery-batches/pull/16>`_,
27+
`#18 <https://github.com/clokep/celery-batches/pull/18>`_)
28+
* Improved documentation. Contributed by
29+
`@nijel <https://github.com/nijel>`_. (`#3 <https://github.com/clokep/celery-batches/pull/3>`_,
30+
`#7 <https://github.com/clokep/celery-batches/pull/7>`_)
31+
* Support Python 3.7 and 3.8. Drop support for Python 3.4. (`#19 <https://github.com/clokep/celery-batches/pull/19>`_)
32+
* Support Celery 4.2, 4.3, and 4.4. (`#12 <https://github.com/clokep/celery-batches/pull/12>`_,
33+
`#14 <https://github.com/clokep/celery-batches/pull/14>`_,
34+
`#19 <https://github.com/clokep/celery-batches/pull/19>`_)
35+
* CI improvements. (`#5 <https://github.com/clokep/celery-batches/pull/5>`_,
36+
`#11 <https://github.com/clokep/celery-batches/pull/11>`_,
37+
`#13 <https://github.com/clokep/celery-batches/pull/13>`_,)
2438

2539
0.2 2018-04-20
2640
==============
2741

28-
* Add support for protocol v2.
29-
* Adds tests.
30-
* Fixes some documentation issues.
42+
* Add support for protocol v2. (`#1 <https://github.com/clokep/celery-batches/pull/1>`_)
43+
* Add tests. (`#1 <https://github.com/clokep/celery-batches/pull/1>`_,
44+
`#2 <https://github.com/clokep/celery-batches/pull/2>`_)
45+
* Fixes some documentation issues. (`#1 <https://github.com/clokep/celery-batches/pull/1>`_)
3146

3247
0.1 2018-03-23
3348
==============

0 commit comments

Comments
 (0)