Skip to content

Commit

Permalink
Release 2.4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Jun 29, 2018
1 parent 715eef8 commit 8827f2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.4.1.0
=======

* More SDL functions no longer allocate. See
https://github.com/haskell-game/sdl2/pull/179 and
https://github.com/haskell-game/sdl2/issues/178. Thanks to @chrisdone for this
work.


* Fixed an off-by-one bug in `SDL.Input.Mouse.getMouseButtons`. See
https://github.com/haskell-game/sdl2/pull/177 for more information. Thanks to
@Linearity for identifying and fixing this bug.


2.4.0.1
=======
* Raise upper bounds for `exceptions` to <0.11
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.4.0.1
version: 2.4.1.0
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.4+).
description:
This package contains bindings to the SDL 2 library, in both high- and
Expand Down

0 comments on commit 8827f2e

Please sign in to comment.