From: <sv...@op...> - 2024-06-09 09:50:47
|
Author: sagamusix Date: Sun Jun 9 11:50:35 2024 New Revision: 20985 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20985 Log: [Doc] libopenmpt: Update changelog. Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md ============================================================================== --- branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sun Jun 9 11:50:27 2024 (r20984) +++ branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sun Jun 9 11:50:35 2024 (r20985) @@ -7,6 +7,12 @@ ### libopenmpt 0.5.31-pre + * AMS: Default channel panning was broken, using all-center panning instead of + MOD-style panning. + * STP: Correctly import volume slides where both nibbles are set. + * PSM: File header probing was stricter than actual file loader, rejecting + manipulated files that would otherwise load fine. + ### libopenmpt 0.5.30 (2024-05-12) * [**Bug**] `examples/libopenmpt_example_c_pipe.c` and |