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
+11
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# CHANGELOG
2
2
3
+
## 0.7.0
4
+
> Published 26 February 2025
5
+
6
+
### Features
7
+
- Implemented Okio adapters shipped in a `kotlinx-io-okio` module [#178](https://github.com/Kotlin/kotlinx-io/issues/178)
8
+
- Bumped up the Kotlin version to 2.1, as well as version of some dependencies [#426](https://github.com/Kotlin/kotlinx-io/issues/426)
9
+
10
+
### Bugfixes
11
+
- Error codes from various POSIX-ish calls are now always checked and propagated [#262](https://github.com/Kotlin/kotlinx-io/issues/262)
12
+
- Behavior of `indexOf` functions accepting `ByteString` is now aligned with `CharSequence.indexOf`[#422](https://github.com/Kotlin/kotlinx-io/issues/422), [#423](https://github.com/Kotlin/kotlinx-io/issues/423)
0 commit comments