Skip to content

Commit 8827f2e

Browse files
committed
Release 2.4.1.0
1 parent 715eef8 commit 8827f2e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.4.1.0
2+
=======
3+
4+
* More SDL functions no longer allocate. See
5+
https://github.com/haskell-game/sdl2/pull/179 and
6+
https://github.com/haskell-game/sdl2/issues/178. Thanks to @chrisdone for this
7+
work.
8+
9+
10+
* Fixed an off-by-one bug in `SDL.Input.Mouse.getMouseButtons`. See
11+
https://github.com/haskell-game/sdl2/pull/177 for more information. Thanks to
12+
@Linearity for identifying and fixing this bug.
13+
14+
115
2.4.0.1
216
=======
317
* Raise upper bounds for `exceptions` to <0.11

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.4.0.1
2+
version: 2.4.1.0
33
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.4+).
44
description:
55
This package contains bindings to the SDL 2 library, in both high- and

0 commit comments

Comments
 (0)