Skip to content

Commit 58c1a61

Browse files
committed
update changelog for 1.7.11
1 parent 4fc570c commit 58c1a61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22
## 1.7.11
3-
* Fixed: Documentation completion should now result in the correct indentation
43
* Bugfix: Extern classes with a constructor that extends other classes should no longer warn about missing super call.
4+
* Bugfix: `case` keyword was not sugested in nested switch statements.
5+
* Fixed: Documentation completion should now result in the correct indentation
56
* Fixed: Module member references should now be resolved correctly when imported using wildcard.
7+
* Changed: Operator overload methods should no longer show unused warning
8+
* Changed: Documentation view will now also show deprecation information when `@:deprecated` is present.
9+
* Improvement: projects with HXML configurations will now also check referenced Hxml files for libraries.
10+
* Improvement: Resolver should now be better at finding Enum type when enum extractors are used.
611
* Improvement: Initial support for collision detection when performing rename operations.
712

813
## 1.7.10

0 commit comments

Comments
 (0)