documented change
--HG--
branch : trunk
diff --git a/CHANGES b/CHANGES
index 77961d5..c791cd8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -81,6 +81,9 @@
- added support for the `pretty` library.
+- changed the way the `MemcachedLoaderMixin` creates the class so that it's
+ possible to hook your own client in.
+
Version 1.1
-----------
diff --git a/jinja/loaders.py b/jinja/loaders.py
index 6fc4ac7..ecef455 100644
--- a/jinja/loaders.py
+++ b/jinja/loaders.py
@@ -268,6 +268,10 @@
Requires the memcache library from tummy__.
+ With Jinja 1.2 onwards you can also provide a `client` keyword argument
+ that takes an already instanciated memcache client or memcache client
+ like object.
+
__ http://www.tummy.com/Community/software/python-memcached/
"""