--- libgig/trunk/ChangeLog 2020/05/19 14:28:20 3773 +++ libgig/trunk/ChangeLog 2020/05/23 19:26:07 3776 @@ -47,6 +47,15 @@ from the STL) and bumped Srx format version to 1.1 for that reason. - Fixed assertion fault on some systems if a member variable defined was serialized which was declared as size_t or ssize_t data type. + - 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. + - Added built-in support for C++ Set<> objects (a.k.a. std::set from the + STL). * src/tools/gigdump.cpp: - Print dimension region properties LFO1WaveForm, LFO2WaveForm,