From 9b1587d2a2ec73c46a4ce1530b16dbd4fe2b0892 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Tue, 11 Oct 2022 12:52:14 -0700 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 4 ++++ haxelib.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 047e325..3d68ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # amfio Change Log +## 1.0.0 (2022-10-11) + +- Fix `AMFDictionary` incorrectly comparing `1 == true` for get and set on hxcpp targets. + ## 1.0.0 (2022-09-06) - Initial release diff --git a/haxelib.json b/haxelib.json index f899f68..6c6e92c 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,11 +4,11 @@ "license": "Apache", "tags": ["openfl", "amf", "amf3", "amf0"], "description": "Read and write AMF0, AMF3, and Flash Local Shared Object files in OpenFL", - "version": "1.0.0", + "version": "1.0.1", "classPath": "src", "dependencies": { "openfl": "" }, "contributors": ["bowlerhat"], - "releasenote": "Initial release" + "releasenote": "AMFDictionary hxcpp fix" }