From 3a257f38a1ced3161395dab72d485e308209e1dd Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 4 Dec 2021 18:07:21 -0700 Subject: [PATCH] Update CHANGELOG.md (#82) * Update CHANGELOG.md * move 0.3.4 changes to go with other 0.3 changes. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5a8f1..45e47b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,16 @@ * **Breaking:** Inner window handle structs are now exported at crate root. * Added Windows `WinRt` handle. +# 0.3.4 (2021-11-27) + +* Add `HasRawWindowHandle` implementation for `HasRawWindowHandle` in the + newer `v0.4`. + This allows "provider" crates that implement `HasRawWindowHandle` (like + `winit`, `sdl2`, `glfw`, `fltk`, ...) to upgrade to `v0.4` without a + breaking change. + Afterwards "consumer" crates (like `gfx`, `wgpu`, `rfd`, ...) can start + upgrading with minimal breakage for their users. + ## 0.3.3 (2019-12-1) * Add missing `Hash` implementation for `AndroidHandle`.