From 518bf6193e24a0f73d9e561ebadb89171120c9dd Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 17 Feb 2026 16:36:00 +0100 Subject: [PATCH] Fix v0.4.8 changelog entry header --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc0d3aa..784cc5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - **Breaking:** Removed `SurfaceExtWeb` and the associated `NoDisplayHandle` and `NoWindowHandle` helpers. Use `RawWindowHandle::WebCanvas` or `RawWindowHandle::WebOffscreenCanvas` instead. - Fixed `present_with_damage` with bounds out of range on Windows, Web and X11. -# 0.4.7 +# 0.4.8 - Fix documentation building on `docs.rs`.