Skip to content

Commit 00f42a0

Browse files
committed
CHANGELOG.md 1.26.0
1 parent e766d1c commit 00f42a0

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
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.26.0
4+
5+
- Upgraded TypeScript to 5.5.2
6+
- Added support for the new proposed ECMAScript Set methods in ESNext: `intersection`, `union`, `difference`, `symmetricDifference`, `isSubsetOf`, `isSupersetOf`, `isDisjointFrom`. For more info see [the TypeScript release notes](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#support-for-new-ecmascript-set-methods).
7+
- Fixed a bug causing bundled code to be executed twice in some edge cases.
8+
- Fixed a bug causing errors when using lualib in an environment without coroutines.
9+
310
## 1.25.0
411

512
- Upgraded TypeScript to 5.4.2

0 commit comments

Comments
 (0)