Use $crate in the nih_export_*!() macros

This commit is contained in:
Robbert van der Helm
2023-09-03 13:47:08 +02:00
parent eb968ba446
commit c5bfb33d24
3 changed files with 29 additions and 22 deletions

View File

@@ -10,6 +10,13 @@ Since there is no stable release yet, the changes are organized per day in
reverse chronological order. The main purpose of this document in its current
state is to list breaking changes.
## [2023-09-03]
### Fixed
- The `nih_export_*!()` macros now use `$crate` to refer to NIH-plug itself,
which makes it possible to use the NIH-plug crate under a different name.
## [2023-08-05]
### Breaking changes