From 59ab16d543050a55f439e54c0cfaba8e56d38219 Mon Sep 17 00:00:00 2001 From: erenon Date: Sun, 26 Apr 2020 18:29:58 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab66c1..3be2045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,21 @@ # Changelog -## Upcoming Release +## 2020-04-26 + +Bugfix release with minor new features. ### Added - Support logging of std::optional - `binlog/char_ptr_is_string.hpp`: treat `char*` as string if included + - Example of using TSC as log clock ### Fixed + - Fix overflow in ticksToNanoseconds - Use -Wshadow on supporting compilers, fix warnings + - Do not call memcpy with null, even if size is 0 + - Fix interaction with non-conforming libc++ bool vector ## 2020-02-29