Skip to content

Commit 3b7f8da

Browse files
committed
update changelog (1.7.1)
1 parent 538d3bf commit 3b7f8da

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## 1.7.1
3+
* Bugfix: incorrect `Incompatible type: missing member` annotation for StructInit (#1214)
4+
* Bugfix: Correctly checking field references in @:access meta
5+
* Bugfix: Allow private access for sub-packages when @:allow referees to a package
6+
* Fixed: resolver would not find getters/setters when macro identifieres where used
7+
* Added: check for parameter defaults (should be const expressions).
8+
* Added: Folding for multiple single line comments.
9+
* improvement: Avoid unnecessary reparsing of functionLiterals.
10+
* Changed: Lime is added as a default external library when project is configured as lime/openFl project.
11+
* Changed: hxcpp debugger no longer require intellij ultimate
12+
13+
214
## 1.7.0
315
* Added: Access control annotation checking keywords(static private, public) and annotations (`@:access` `@:privateAccess`, `@:allow`)
416
* Added: unused definition annotations (local functions, fields and methods).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77
pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe
88

99
# SemVer format -> https://semver.org
10-
pluginVersion = 1.7.0
10+
pluginVersion = 1.7.1
1111

1212
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1313
platformType = IU

0 commit comments

Comments
 (0)