From 24b2f2bda3ca6fbaff6c8b6a9c15df77decad05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Tue, 5 Jun 2018 14:09:35 +0000 Subject: [PATCH] Update ChangeLog for v0.2.5 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef6f1ce..563030b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,3 +8,7 @@ v0.2.4 - 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) + +v0.2.5 +- Real fix for issue with sdbus::Struct inherited constructors +- Little code refactorings and improvements