From bbe38a7f83de943ffcc90271092d689ae02b3489 Mon Sep 17 00:00:00 2001 From: Simon Ninon Date: Wed, 31 Jan 2018 22:32:34 -0800 Subject: [PATCH] [4.3.1] changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a80c0c8c..052fcbac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [v4.3.1](https://github.com/Cylix/cpp_redis/releases/tag/4.3.1) +### Tag +`4.3.1`. +### Date +January 31st, 2018 +### Changes +* Fix compilation issues on some platforms +* Fix CMake configuration issues +* Compile with position independent code +* Fix issue when reconnecting if the internal buffer was not cleared. Now fully clear all input/output buffers +* Fix set_nb_workers behavior +* Bump tacopie: compilation fix, position independent code, set_nb_workers fix +### Additions +None +### Removals +None + + + ## [v4.3.0](https://github.com/Cylix/cpp_redis/releases/tag/4.3.0) ### Tag `4.3.0`.