From: Padraig O'Sullivan Date: Sat, 19 Sep 2009 23:59:36 +0000 (-0400) Subject: Updated changelog with some small comments on C++ interface updates. X-Git-Tag: 0.34~13^2~4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=1bd39228acb91c508ccfce294c4c6ee781441910;p=m6w6%2Flibmemcached Updated changelog with some small comments on C++ interface updates. --- diff --git a/ChangeLog b/ChangeLog index 6c9641fc..c3d1a941 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,9 @@ it is set to zero. * Added Twitter's memcached_server_error() functions. * Fix for OSX compiles in development builds. - * Updated C++ interface. + * Updated C++ interface. Added basic support for C++ exceptions. Added + multiple constructors the memcached client object. The C++ interface + now takes parameters which are C++ types (such as std::string). * Updated memcached_mget and memcached_mget_by_key to take a size_t as a parameter instead of an unsigned int for number_of_keys.