diff --git a/ChangeLog b/ChangeLog index 9cd43bf..b4eb28a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,7 +54,7 @@ v0.4.3 v0.5.0 - Redesign of the Connection model for scalability, thread-safety, simplicity and clarity -- [[Breaking ABI change]] Introduce support asynchronous invocation of D-Bus methods on client-side +- [[Breaking ABI change]] Introduce support for asynchronous invocation of D-Bus methods on client-side - Revise and extend sdbus-c++ tutorial - Introduce stress tests that involve a D-Bus server and client interacting in dense communication in both sync and async ways - Compilation error fixes for older gcc versions @@ -91,9 +91,11 @@ v0.6.0 - Use release v1.8.1 of googletest for tests vX.Y.Z +- [[Breaking ABI change]] Added support for ObjectManager and other standard D-Bus interfaces - sdbus-c++ now can automatically download, build and incorporate libsystemd static library, which makes things pretty easy in non-systemd environments - sdbus-c++ file organization has been adjusted to comply to de-facto OSS project standards - Build system improvements -- moving towards more modern CMake - Using googletest from master branch instead of v1.8.1 which has THREADS_PTHREAD_ARG issue when cross-compiling - Documentation improvements -- Other minor fixes and improvements +- Minor changes (renamings) in the code generated by sdbus-c++-xml2cpp generator +- Other minor fixes and internal design improvements