From 423ba2b05c6ee3d913d39776b92c7ddba1690727 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Wed, 5 Jun 2024 17:26:16 -0500 Subject: [PATCH] prepare for 3.2.4 --- CHANGELOG.md | 7 +++++++ haxelib.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7937aac6..669b753e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +3.2.4 (TBD) +------------------------------ +#### Changes and improvements: +- Compatibility with Flixel 5.9.0 ([431](https://github.com/HaxeFlixel/flixel-addons/pull/431)) + - Deprecated `FlxRayCastTilemap` + - Minor upkeep for `FlxTilemapExt`, `FlxOgmo3Loader`, `FlxOgmo3Loader` + 3.2.3 (May 15, 2024) ------------------------------ diff --git a/haxelib.json b/haxelib.json index 9cda487a..137b228a 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,7 +4,7 @@ "license": "MIT", "tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "cross"], "description": "flixel-addons is a set of useful, additional classes for HaxeFlixel.", - "version": "3.2.3", - "releasenote": "Compatibility with flixel 5.7.0", + "version": "3.2.4", + "releasenote": "Compatibility with flixel 5.9.0", "contributors": ["haxeflixel", "Gama11", "GeoKureli"] }