From 10d0da906722f2f1105981663a1f273a79c63b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Thu, 15 Mar 2018 16:06:05 +0000 Subject: [PATCH] Update ChangeLog for v0.2.4 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index e69de29..ef6f1ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,10 @@ +v0.2.3 +- Initially published version + +v0.2.4 +- Fixed closing of file descriptor of event loop's semaphore on exec +- Fixed interrupt handling when polling +- Improved tutorial +- Fixed issue with googlemock +- Added object proxy factory overload that takes unique_ptr to a connection +- Workaround: Clang compilation error when compiling sdbus::Struct (seems like an issue of Clang)