From dcf159d4273c853c9fb6b27c7857637d57f30000 Mon Sep 17 00:00:00 2001 From: Ivan Baidakou Date: Sun, 14 Apr 2019 17:51:23 +0300 Subject: [PATCH] Update Changelog --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7fbd5ab6..b9c89eb2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ Boost::ASIO low-level redis client (connector) ## Changelog +### 0.06 +- the `parsing_policy::drop_result` was documented and made applicable in client code +- updated preformance results +- fixed compliation warnings (`-Wall -Wextra -pedantic -Werror`) +- added shortcut header `include/bredis.hpp` +- added redis-streams usage example +- added multi-thread example + ### 0.05 - fixed level 4 warning in MSVC - fixed compilation issues on archlinux