Skip to content

Commit 5cd891d

Browse files
committed
Bump to 2.5.5.0
Unrecorded breaking changes due to GameController update.
1 parent 3be32ce commit 5cd891d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
2.5.4.1
1+
2.5.5.0
22
=======
33

44
* Added `windowOpacity` property
55
* Added `renderGeometry` and `renderGeometryRaw`
66
- Requires SDL 2.0.18
7-
- See examples/RenderGeometry.hs
7+
- See `examples/RenderGeometry.hs`
8+
* Changed `SDL.Input.GameController` bindings to be more high-level
9+
- `ControllerAxisEventData` type changed
810

911
2.5.4.0
1012
=======

sdl2.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sdl2
2-
version: 2.5.4.1
2+
version: 2.5.5.0
33
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.6+).
44
description:
55
This package contains bindings to the SDL 2 library, in both high- and

0 commit comments

Comments
 (0)