Skip to content

Commit d4baae5

Browse files
authored
Update CHANGELOG.md
1 parent 9d5feb2 commit d4baae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Added support for `**` operator.
55
* Added support for `~` operator.
66
* Improved handling of assignment binary operators (`+=`,`*=`,`&=`, etc).
7-
* Rewrote `Map` and `Set` to implement the ES6 interfaces for [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) and [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).
7+
* Rewrote `Map` and `Set` to implement the ES6 specification for [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) and [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).
88
* Added support for `baseUrl` in [tsconfig](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
99
* Added `bit32` bit operations for Lua 5.2.
1010
* Fixed various little bugs.

0 commit comments

Comments
 (0)