Merge in change-log from 0.4 release branch.

This commit is contained in:
Robin KAY 2023-11-06 22:23:19 +00:00
parent 7827a2b9b0
commit c44034def7
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@
- Updated Bevy dependency to 0.11. (@ramirezmike and @zainthemaynnn)
- Removed panic if specialising mesh pipeline fails. (@arjo129)
## bevy_mod_outline 0.4.3 (2023-11-06)
## Fixed
- Fixed Z-fighting between overlay and stencil more reliably (back-port from 0.5.1).
### Changed
- Removed unnecessary extraction step (back-port from 0.5.1).
## bevy_mod_outline 0.4.2 (2023-05-30)
### Fixed