diff --git a/ChangeLog.md b/ChangeLog.md index 7363362..10659fd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +2.5.4.1 +======= + +* Added `windowOpacity` property +* Added `renderGeometry` and `renderGeometryRaw` + - Requires SDL 2.0.18 + - See examples/RenderGeometry.hs + 2.5.4.0 ======= diff --git a/sdl2.cabal b/sdl2.cabal index ec64e40..185ca7b 100644 --- a/sdl2.cabal +++ b/sdl2.cabal @@ -1,5 +1,5 @@ name: sdl2 -version: 2.5.4.0 +version: 2.5.4.1 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