From a99fabd9585dac0d9cec195800c5eb682c3b1f76 Mon Sep 17 00:00:00 2001 From: Simon Ninon Date: Tue, 26 Sep 2017 21:41:45 +0200 Subject: [PATCH] [4.1.0] update changelog for v4.1.0 release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ tacopie | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c40fab..365c620a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [v4.1.0](https://github.com/Cylix/cpp_redis/releases/tag/4.1.0) +### Tag +`4.1.0`. +### Date +September 26th, 2017 +### Changes +* Fix some compilation issues on windows (on both cpp_redis and tacopie sides) +* scan command improvement with additional overloads +### Additions +* sort command +* hscan command +* sscan command +* zscan command +* zinterstore command +* zunionstore command +* zrangebyscore command +* zrevrangebyscore command +* zrangebylex command +* zrevrangebylex command +* georadius command +* georadiusbymember command +* bitfield command +### Removals +* Private, Protected and Static functions from doxygen documentation + + + ## [v4.0.0](https://github.com/Cylix/cpp_redis/releases/tag/4.0.0) ### Tag `4.0.0`. diff --git a/tacopie b/tacopie index bbc7957a..9b4c4a6f 160000 --- a/tacopie +++ b/tacopie @@ -1 +1 @@ -Subproject commit bbc7957ac04cd762f95ec2fa183789df22002371 +Subproject commit 9b4c4a6f419953b52614adab9c3bfb234e027ff3