Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 10, 2019
1 parent 7224ef4 commit 0697bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0.0 (Unreleased)
## 2.0.0

Breaking Changes
* `mouse_position_event` signature has changed from `(x, y)` to `(x, y, dx, dy)`.
Expand All @@ -10,6 +10,7 @@ Breaking Changes
* `KeyboardCamera.rot_state` now takes dx and dy instead of x and y

Improvements
* Python 3.8 support (PySide2 will take a few more months. SDL2 has issues on windows)
* Added pygame2 window
* Added window callback `iconify` for all window types that will be called
when a window is minimized or restored
Expand Down

0 comments on commit 0697bee

Please sign in to comment.