From 745a152275fc725600a01cd8329287a4c0ea39a3 Mon Sep 17 00:00:00 2001 From: Johannes Schultz Date: Sun, 9 Jun 2024 09:50:27 +0000 Subject: [PATCH] [Doc] libopenmpt: Update changelog. git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@20984 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- libopenmpt/dox/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libopenmpt/dox/changelog.md b/libopenmpt/dox/changelog.md index a5675579e22..65da4a7986a 100644 --- a/libopenmpt/dox/changelog.md +++ b/libopenmpt/dox/changelog.md @@ -7,6 +7,16 @@ is just a high-level summary. ### libopenmpt 0.6.17-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. + * MDL: Pitch slide depth was wrong since libopenmpt 0.6.0. + * DTM: Fix pitch slide depth for samples with finetune. + * STM / STX: Don't set channel panning. ScreamTracker 2 only outputs mono + sound. + * PSM: File header probing was stricter than actual file loader, rejecting + manipulated files that would otherwise load fine. + ### libopenmpt 0.6.16 (2024-05-12) * [**Bug**] `examples/libopenmpt_example_c_pipe.c` and