From 7773d83b69091300877a2291cfdbc6eda3601c4d Mon Sep 17 00:00:00 2001 From: lericson Date: Mon, 21 Sep 2009 15:37:35 +0200 Subject: [PATCH] Add what is new in 0.8 section. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index de77c41..32f2659 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,13 @@ use the proper ``-arch`` flag to ``gcc``, here's how you'd do it:: Change Log ========== +New in version 0.8 +------------------ + + - Pooling helpers are now available. See ``pooling.rst`` in the distribution. + - Call signatures now match `libmemcached` 0.32, but should work with older + versions. Remember to run the tests! + New in version 0.7 ------------------