Skip to content

Commit 5472be7

Browse files
committed
changelog for release
1 parent e43b976 commit 5472be7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.2.2 (2024-02-20)
2+
-------------------
3+
4+
- fix: when importing `'temporal-polyfill'` or `'temporal-polyfill/impl'`,
5+
the symbol `DateTimeFormat` is exported when in fact `Intl` should be exported
6+
according to the `temporal-spec` package. (#28)
7+
Potentially BREAKING CHANGE for vanilla JS users importing `DateTimeFormat`.
8+
- fix: closed off potential attack vector for ReDoS attacks on regular
9+
expressions that parse ISO datetime strings (76a6aca)
10+
111

212
v0.2.1 (2024-02-05)
313
-------------------

0 commit comments

Comments
 (0)