From 3be32cea7afca23e1f2fe5e52ac701bdad5b13f6 Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Wed, 19 Apr 2023 22:21:45 +0300 Subject: [PATCH] Prepare 2.5.4.1 --- ChangeLog.md | 8 ++++++++ sdl2.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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