From: Michael Wallner Date: Mon, 21 Dec 2020 13:02:09 +0000 (+0100) Subject: changelog: note windows support X-Git-Tag: 1.1.0-beta1~12 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=commitdiff_plain;h=e30188007a7b3fbcd104f5bd9de3764d3a049fa8 changelog: note windows support --- diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index 4d65541c..d4f88c62 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -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. --- diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 6b4be2c5..cc4f696d 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -117,6 +117,8 @@ was incremented due to the following changes: * Fix `gh #95 `_\ : MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS * Fix bin/memcat to output flags if requested with ``--flag``. +* Fix `gh #68 `_\ : + Windows support. ----