diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f46c8e..51910d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Added `allowFinal` setting to `VariableInitialisation`, fixes [#491](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/491) ([#492](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/492)) - Changed message of `Final` check when detecting `public static var` ([#493](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/493)) -- Changed message of `ModifierOrder` check to include actual and expected modifier order +- Changed message of `ModifierOrder` check to include actual and expected modifier order ([#493](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/493)) ## version 2.6.0 (2019-12-01) diff --git a/haxelib.json b/haxelib.json index 30474865..c65e0116 100644 --- a/haxelib.json +++ b/haxelib.json @@ -19,7 +19,7 @@ "Gama11" ], "releasenote": "breaking changes: MethodLength settings changed, new checks CodeSimilarity, EnforceVarTypeHint, AvoidIdentifier, ArrowFunction and NestedControlFlow, some Haxe 4 fixes and a few bugfixes - see CHANGELOG", - "version": "2.6.0", + "version": "2.6.1", "url": "https://github.com/HaxeCheckstyle/haxe-checkstyle", "dependencies": {} } \ No newline at end of file