Add note about empty values as empty strings.

This commit is contained in:
lericson 2009-11-05 17:01:30 +01:00
parent 343286a34b
commit 529adbe6bb

View File

@ -88,6 +88,8 @@ New in version 0.9
- Added a ``get_stats`` method, which behaves exactly like
`python-memcached`'s equivalent.
- Gives the empty string for empty memcached values like `python-memcached`
does.
New in version 0.8
------------------