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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# CHANGELOG
2
2
3
+
## 0.5.2
4
+
> Published 15 August 2024
5
+
6
+
### Features
7
+
- Unsafe API method signatures were updated to return number of written/read bytes [#360](https://github.com/Kotlin/kotlinx-io/issues/360)
8
+
9
+
Note that it's a breaking change as return type is a part of method signature.
10
+
However, updated methods are all inline, so in general,
11
+
projects depending on libraries that were compiled against the previous version
12
+
should not experience binary incompatibility issues after adding a dependency on a never `kotlinx-io` version.
13
+
14
+
- Added call-in-place contracts to Unsafe API methods [#361](https://github.com/Kotlin/kotlinx-io/issues/361)
15
+
- Updated Gradle and some dependencies [#353](https://github.com/Kotlin/kotlinx-io/pull/353)
0 commit comments