--- libgig/trunk/ChangeLog 2021/06/17 10:29:54 3936 +++ libgig/trunk/ChangeLog 2021/06/17 11:41:45 3938 @@ -29,6 +29,8 @@ - Changed signature of method File::GetGroup(uint) to File::GetGroup(size_t). - Fixed File::GetGroup(size_t) to be reentrant-safe. + - Marked methods GetFirstGroup() and GetNextGroup() as deprecated. + - Fixed GetGroup(String) to be reentrant-safe. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.