diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0fe21970cc45f41f2db5eba6e46cf4f7fa652b5a..e9bf6d9c9dfe78db4bfe63e5370c773489a0fa95 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Changelog ========= +Forthcoming +----------- + Gradle upgrade to version 4.10.2. +* Adding google to repository list in buildscript.gradle. +* Using ChannelBuffers for int8[] data; fixing testInt8List. +* Adding action generation implementation. +* Add tests for byte arrays. +* Add tests for incomplete initialization and string arrays. +* Add tests for fixed sized arrays of floats. +* Add Bazel build for message_generation. +* Minor fixes. +* Contributors: Arne, Ernesto Corbellini, Juan Ignacio Ubeira, Rodrigo Queiro + 0.3.2 (2017-05-09) ------------------ * Bumping message_generation version to kinetic range in CatkinPlugin script for generating new message artifacts properly.