Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PSteinhaus committed Oct 10, 2022
1 parent 2ae709b commit 3ebef5d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3ebef5d

Please sign in to comment.