Skip to content

Commit 75e8a41

Browse files
author
Ask Solem
committed
Fixed typos in Changelog
1 parent 98fa7f3 commit 75e8a41

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Changelog

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Fixes
2323
so its functionality was replaced.
2424

2525
* Redis result backend: Redis doesn't have database names,
26-
database numbers. The default database is now 0.
26+
but database numbers. The default database is now 0.
2727

2828
* :class:`~celery.task.control.inspect`:
2929
Was requesting an invalid command because of a typo.
@@ -42,11 +42,9 @@ Fixes
4242
* :class:`~celery.task.control.inspect`: Replies did not work correctly
4343
if no destination was specified.
4444

45-
* If a task wanted to store a result but keep the state in a custom
46-
state, ``encode_result`` returned None so nothing was passed
47-
to the backend.
45+
* Can now store result/metadata for custom states.
4846

49-
* celeryd: A warning is now emitted if sending of task error
47+
* celeryd: A warning is now emitted if the sending of task error
5048
e-mails fails.
5149

5250
* Debian init scripts: Commands should not run in a subshell

0 commit comments

Comments
 (0)