--- libgig/trunk/ChangeLog 2015/01/12 17:12:05 2699 +++ libgig/trunk/ChangeLog 2015/01/12 23:22:29 2700 @@ -72,6 +72,8 @@ - Bugfix: Adding a new region in between two existing regions caused the new one being dropped after save operation and the gig file being tainted (chunks at wrong location in the RIFF tree). + - Added new method Instrument::MoveTo() which allows to rearrange the order + of instruments within the same gig file. * src/DLS.cpp, src/DLS.h: - added new method File::GetFileName()