This commit is contained in:
onyx-and-iris 2023-06-24 23:32:53 +01:00
parent 3d98b2accd
commit 01178082d2

View File

@ -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. 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 ### Changed