--- libgig/trunk/ChangeLog 2021/07/19 14:35:37 3978 +++ libgig/trunk/ChangeLog 2021/07/19 14:43:22 3979 @@ -82,6 +82,9 @@ - Fixed iterator invalidation (i.e. crash) caused by adding / removing / moving regions (only triggered if now deprecated File::GetFirstRegion() / File::GetNextRegion() methods were still used). + - Fixed iterator invalidation (i.e. crash) caused by adding / removing + instruments (only triggered if now deprecated File::GetFirstInstrument() / + File::GetNextInstrument() methods were still used). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.