-
Piotr Maślanka authored85b1913b
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 371 B
The changelog is kept as release notes on GitHub. This file serves to only note what changes have been made so far, between releases.
v1.3.1
- anonymous queues will now get CoolAMQP-made names
- coolamqp.objects.Callable made threadsafe (fixes #22)
- speed up (lots of if len(data) == 0 replaced with if not data)