From 3ebef5da9ad1ce336eac2804904caa0dd9d59323 Mon Sep 17 00:00:00 2001 From: PSteinhaus Date: Mon, 10 Oct 2022 19:57:28 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a2efc..c03e164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.6.0 + +Rewrote the library to deal with the loss of `EventHandlerFree` from miniquad, meaning we don't get to own the miniquad +context anymore. + +Therefore it has now to be handed around a lot. + +On the upside, improvements made from the long alpha and the next steps after that inside of miniquad are now part of gwg as well. + +## Added + +* added the `shader.rs` example from `ggez`, though there's still an error somewhere, keeping it from working properly... +(in case you find out how to fix it, please let me know!) + # 0.5.0 ## Added