Skip to content

Commit

Permalink
Bump to 2.5.5.0
Browse files Browse the repository at this point in the history
Unrecorded breaking changes due to GameController update.
  • Loading branch information
dpwiz committed Apr 19, 2023
1 parent 3be32ce commit 5cd891d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
2.5.4.1
2.5.5.0
=======

* Added `windowOpacity` property
* Added `renderGeometry` and `renderGeometryRaw`
- Requires SDL 2.0.18
- See examples/RenderGeometry.hs
- See `examples/RenderGeometry.hs`
* Changed `SDL.Input.GameController` bindings to be more high-level
- `ControllerAxisEventData` type changed

2.5.4.0
=======
Expand Down
2 changes: 1 addition & 1 deletion sdl2.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sdl2
version: 2.5.4.1
version: 2.5.5.0
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.6+).
description:
This package contains bindings to the SDL 2 library, in both high- and
Expand Down

0 comments on commit 5cd891d

Please sign in to comment.