--- libgig/trunk/ChangeLog 2020/05/19 14:55:48 3774 +++ libgig/trunk/ChangeLog 2020/05/19 15:23:11 3775 @@ -50,6 +50,10 @@ - Added new method Archive::operation() which allows applications to distinguish between serialization vs. deserialization in their serialize() method implementations. + - Added built-in support for C++ Array<> objects (a.k.a. std::vector from + the STL). + - Member offsets are now signed and for (newly added support of) member + variables on the heap -1 is always used as offset instead. * src/tools/gigdump.cpp: - Print dimension region properties LFO1WaveForm, LFO2WaveForm,