summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-04-05 00:57:02 +0200
committerAsk Solem <ask@celeryproject.org>2011-04-05 00:57:02 +0200
commitcc824947e3d69c50de6ee922cf6506af65442e46 (patch)
tree30a4735f080801cd6172907bab5f4238462faa17
parente21d46eeb6bca36a5aabdd6a44a19ffcf880e268 (diff)
downloadkombu-cc824947e3d69c50de6ee922cf6506af65442e46.tar.gz
Removes hard tabs in Changelog
-rw-r--r--Changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index 3fdadf81..b5ad0683 100644
--- a/Changelog
+++ b/Changelog
@@ -20,7 +20,7 @@ Important Notes
Message compatibility is handled by adding a ``body_encoding``
property, so messages sent by older versions is compatible
- with this release. However -- If you are accessing the messages
+ with this release. However -- If you are accessing the messages
directly not using Kombu, then you have to respect
the ``body_encoding`` property.
@@ -36,11 +36,11 @@ Important Notes
as this is handled automatically by the base class.
If you want to use a different encoder you can do so by adding
- a key to ``Channel.codecs``. Default encoding is specified
- by the ``Channel.body_encoding`` attribute.
+ a key to ``Channel.codecs``. Default encoding is specified
+ by the ``Channel.body_encoding`` attribute.
A new codec must provide two methods: ``encode(data)`` and
- ``decode(data)``.
+ ``decode(data)``.
* ConnectionPool/ChannelPool/Resource: Setting ``limit=None`` (or 0)
now disables pool semantics, and will establish and close