Skip to content

Commit

Permalink
Update CHANGELOG.md (#82)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* move 0.3.4 changes to go with other 0.3 changes.
  • Loading branch information
Lokathor authored Dec 5, 2021
1 parent 65f518e commit 3a257f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 3a257f3

Please sign in to comment.