From 1db10aa694be5f6ed913841c449ebf51d8a6cdc2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 21 Aug 2020 15:18:30 +0200 Subject: [PATCH] Reword the changelog --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 441d1b52..42380931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,13 @@ Versioning](https://semver.org/spec/v2.0.0.html). ### Added -- Added an option to work around implementation bugs in _REAPER_ and _Renoise_ - where the hosts can freeze when a plugin calls a certain function while the - editor is refreshing, see +- Added an option to work around timing issues in _REAPER_ and _Renoise_ where + the hosts can freeze when plugins call a certain function while the host + doesn't expect it, see [#29](https://github.com/robbert-vdh/yabridge/issues/29) and - [#32](https://github.com/robbert-vdh/yabridge/issues/32). + [#32](https://github.com/robbert-vdh/yabridge/issues/32). The + [readme](https://github.com/robbert-vdh/yabridge#runtime-dependencies-and-known-issues) + contains instructions on how to enable this. ### Changed