From 01178082d289c8cbe7a43e19b79f26ec03bf0dfa Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 24 Jun 2023 23:32:53 +0100 Subject: [PATCH] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f7254..8270974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass Where possible I've attempted to make the changes backwards compatible. The breaking changes affect two higher classes, Strip and Bus, as well as the behaviour of events. All other changes are additive or QOL aimed at giving more options to the developer. For example, every low-level CAPI call is now logged and error raised on Exception, you can now register callback functions as well as observer classes, extra examples to demonstrate different use cases etc. -This breaking changes are as follows: +The breaking changes are as follows: ### Changed