--- libgig/trunk/ChangeLog 2021/06/17 09:44:03 3934 +++ libgig/trunk/ChangeLog 2021/06/17 10:09:42 3935 @@ -26,6 +26,8 @@ deprecated. - Use Group::GetSample() instead of Group::GetFirstSample() / Group::GetNextSample() in entire gig.cpp file. + - Changed signature of method File::GetGroup(uint) to + File::GetGroup(size_t). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.