You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# CHANGELOG
2
2
3
+
## 0.8.1
4
+
> Published 21 November 2025
5
+
6
+
This release addresses an issue with Wasm/JS,
7
+
where the `require` function will no longer be available starting from Kotlin `2.3.20`
8
+
(and it was never guaranteed to be available in Wasm/JS).
9
+
10
+
The release also includes some infrastructure changes.
11
+
12
+
### Bugfixes
13
+
- Fixed the issue with the `require`-function that Wasm/JS-projects migrating to future versions of Kotlin might face [#481](https://github.com/Kotlin/kotlinx-io/pull/481)
0 commit comments