From 56f8f9be7cf54b36a571221ccadc945079b498c9 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sun, 5 Jul 2020 16:15:11 +0200 Subject: [PATCH] Update API docs --- doc/fluidsynth-v20-devdoc.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/fluidsynth-v20-devdoc.txt b/doc/fluidsynth-v20-devdoc.txt index 2e6eb224..614f4c15 100644 --- a/doc/fluidsynth-v20-devdoc.txt +++ b/doc/fluidsynth-v20-devdoc.txt @@ -21,6 +21,7 @@ All the source code examples in this document are in the public domain; you can - \ref Disclaimer - \ref Introduction +- \ref NewIn2_1_4 - \ref NewIn2_1_1 - \ref NewIn2_1_0 - \ref NewIn2_0_8 @@ -69,6 +70,11 @@ What is FluidSynth? - FluidSynth is open source, in active development. For more details, take a look at http://www.fluidsynth.org + +\section NewIn2_1_4 What's new in 2.1.4? + +- a regression introduced in 2.1.3 broke fluid_synth_start() for DLS presets + \section NewIn2_1_1 What's new in 2.1.1? - requirements for explicit sequencer client unregistering have been relaxed: delete_fluid_sequencer() now correctly frees any registered sequencer clients (clients can still be explicitly unregistered)