changelog: note windows support
authorMichael Wallner <mike@php.net>
Mon, 21 Dec 2020 13:02:09 +0000 (14:02 +0100)
committerMichael Wallner <mike@php.net>
Mon, 21 Dec 2020 13:02:09 +0000 (14:02 +0100)
ChangeLog-1.1.md
docs/source/ChangeLog-1.1.rst

index 4d65541ce306cb6abce55193cab579012048be4f..d4f88c62836dd8a85fdccf45909da4a647799f40 100644 (file)
@@ -105,6 +105,8 @@ was incremented due to the following changes:
 * Fix [gh #95](https://github.com/m6w6/libmemcached/issues/95):
   MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS
 * Fix bin/memcat to output flags if requested with `--flag`.
+* Fix [gh #68](https://github.com/m6w6/libmemcached/issues/68):
+  Windows support.
 
 ---
 
index 6b4be2c518e89cdad8238c084a4cf02667f5fff0..cc4f696d2fd6106f57c733ce9a8a925874f2586d 100644 (file)
@@ -117,6 +117,8 @@ was incremented due to the following changes:
 * Fix `gh #95 <https://github.com/m6w6/libmemcached/issues/95>`_\ :
   MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS
 * Fix bin/memcat to output flags if requested with ``--flag``.
+* Fix `gh #68 <https://github.com/m6w6/libmemcached/issues/68>`_\ :
+  Windows support.
 
 ----