Update ChangeLog for v0.2.5

This commit is contained in:
Stanislav Angelovič
2018-06-05 14:09:35 +00:00
committed by GitHub
parent d40fdf1b1c
commit 24b2f2bda3

View File

@ -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