From: <sv...@op...> - 2024-12-01 12:01:02
|
Author: sagamusix Date: Sun Dec 1 13:00:50 2024 New Revision: 22396 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22396 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 Dec 1 12:57:22 2024 (r22395) +++ branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sun Dec 1 13:00:50 2024 (r22396) @@ -9,6 +9,15 @@ * [**Bug**] Fixed various undefined behaviour found with ubsan. + * Warn when a Startrekker AM file most likely requires an (currently + unsupported) external instrument definition file. + * MED: Don't enable Amiga resampler if any stereo samples are found, as it + does not support stereo samples. + * MED: Disable sample swapping on notes with portamento, and don't resume + stopped notes with portamento. + * STM: Do not sanitize sample loop data. Scream Tracker 2 reads into the next + sample's data when loops exceed the sample length. + * mpg123: Update to v1.32.9 (2024-11-02). ### libopenmpt 0.5.34 (2024-10-26) |