Skip to content

Commit 543c93e

Browse files
committed
Update CHANGELOG
1 parent cf5d36b commit 543c93e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog
22
## 1.7.3
3-
* Added: Experimental support for overload keyword
4-
* Bugfix: Plugin would fail to load dev versions of haxelibs if their libpath contained white-spaces.
3+
* Added: Support for "in" operator expressions and overloads (#1220)
4+
* Bugfix: Fixed issue where resolver would incorrectly use enumValue as type (#1219)
5+
* Bugfix: Fixed issue where child classes could access static members from parent class without import statement (#1218)
6+
* Bugfix: Fixed issue where haxelib version detection would end up with empty string as version number (#1217)
7+
* Added: Better support for extern inline overload functions (#1216)
8+
* Bugfix: Allow redefining of abstract methods if extending class is abstract(#1191)
9+
* Bugfix: Plugin would fail to load dev versions of haxelibs if their libpath contained white-spaces.
10+
* Added: quickfix for converting string concatenation to string interpolation
11+
* Changed: quickfix for switching between quote types now escapes character is if necessary.
512
* Changed: Unresolved symbol highlighting of callExpression now only highlight the identifier (quickfix is still available in the entire expression)
613

714

0 commit comments

Comments
 (0)