Skip to content

Commit d577493

Browse files
authored
Update CHANGELOG.md
1 parent 478f005 commit d577493

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
* To remove the self parameter from all methods or functions in a class/interface/namespace add `/** @noSelf */`:
88
```/** @noSelf */ interface Foo {```
99
* To remove the self parameter from all functions in a file, add `/** @noSelfInFile */` at the top.
10+
11+
---
12+
13+
* **BREAKING CHANGE:** Directive `/** @luaIterator */` should now be put on types instead of on the functions returning them.
14+
15+
---
16+
1017
* Fixed a bug breaking named class expressions.
1118
* Fixed inconsistency between the meaning of `>>` and `>>>` in JS vs. Lua.
1219
* Added `/** @noResolution */` directive to prevent path resolution on declared modules.

0 commit comments

Comments
 (0)