libmemcached: add MEMCACHED_BEHAVIOR_META_PROTOCOL
[m6w6/libmemcached] / docs / source / ChangeLog-1.1.rst
index 71dad2e130aa1c9694455f4ed7d9ed3962ab56f7..52e43fc035896cf129a82031a1b888bb36305d32 100644 (file)
@@ -5,6 +5,22 @@
 ChangeLog v1.1
 ==============
 
+v 1.1.0-dev
+-----------
+
+..
+
+   released TBD
+
+
+**Changes from beta3:**
+
+
+* Initial transparent support for the memcached META protocol:
+
+  * Add ``MEMCACHED_BEHAVIOR_META_PROTOCOL`` enabling the META protocol.
+  * Add ``-m`` switch to client programs enabling the META protocol.
+
 v 1.1.0-beta3
 -------------
 
@@ -56,10 +72,6 @@ v 1.1.0-beta1
    released 2020-12-21
 
 
-**NOTE:**\ :raw-html-m2r:`<br>`
-This is a bug fix release, not a feature release. The minor version number
-was incremented due to the following changes:
-
 
 * Ported build system to CMake.
 * Ported test suite to Catch2.