From fdb8ef6848e324c0e9ee8c3f5e4c3acaac313d00 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 10 Dec 2023 23:36:18 +0100 Subject: [PATCH] Mention Ardour in the changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b27348f..30fe3702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - The yabridge libraries now export a `yabridge_version` function that hosts can query to get the yabridge version in use. This will return the yabridge version that would be loaded when using the plugin, also when called on the - chainloading libraries. + chainloading libraries. This is used to fix a regression in **Ardour** 7.3+ + once version 8.2 is released. ### Changed