--- libgig/trunk/ChangeLog 2021/06/17 11:41:45 3938 +++ libgig/trunk/ChangeLog 2021/06/17 12:04:54 3939 @@ -31,6 +31,8 @@ - Fixed File::GetGroup(size_t) to be reentrant-safe. - Marked methods GetFirstGroup() and GetNextGroup() as deprecated. - Fixed GetGroup(String) to be reentrant-safe. + - Use GetGroup() instead of GetFirstGroup() / GetNextGroup() in entire + gig.cpp file. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.