From eca17d7df011544f3dc702e54ed9142fbe913880 Mon Sep 17 00:00:00 2001 From: player-03 Date: Mon, 26 Jun 2023 10:35:44 -0400 Subject: [PATCH] Release v1.0.0-rc-4 --- haxelib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxelib.json b/haxelib.json index 559de98..17aa6fd 100644 --- a/haxelib.json +++ b/haxelib.json @@ -6,6 +6,6 @@ "description": "Macro-based Entity Component System framework, focusing on ease of use.", "version": "1.0.0-rc.4", "classPath": "src/", - "releasenote": "Allow entity templates to take arguments.", + "releasenote": "Allow entity templates to take arguments. To use this, tag the template with `@:arguments(Component1, Component2, ...)`.", "contributors": [ "player_03" ] }