diff --git a/CHANGELOG.md b/CHANGELOG.md index def5f8d4b..e443755b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +2.0.3 +===== + +* Improved linking of OpenAL for Android +* Added support for cached `` processing +* Fixed exit code behavior when calling HXCPP +* Fixed minor issues with "lime rebuild tools" + + 2.0.2 ===== diff --git a/haxelib.json b/haxelib.json index cb79a3e79..dfe95b0e4 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": [], "description": "A flexible lightweight layer for Haxe cross-platform developers", - "version": "2.0.2", - "releasenote": "iOS and Android build improvements, beta Java support", + "version": "2.0.3", + "releasenote": "Build improvements", "contributors": [ "singmajesty" ], "dependencies": {} }