Promote debug assertion failures to warnings

This commit is contained in:
Robbert van der Helm
2023-12-30 15:01:32 +01:00
parent 4511d9f8fd
commit 9a9b7cd7b9
2 changed files with 11 additions and 8 deletions

View File

@@ -37,6 +37,9 @@ state is to list breaking changes.
libraries that link against a different version of `raw_window_handle` than
the one used by NIH-plug itself by simply wrapping around
`ParentWindowHandle`.
- `nih_debug_assert*!()` failures are now promoted to a warning instead of a
debug message. This makes the non-fatal debug assertion failures easier to
spot.
## [2023-12-30]