Skip to content

Commit 7fc9266

Browse files
author
Sergey Mashkov
committed
Changelog
1 parent 8c5eee1 commit 7fc9266

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 0.1.5
2+
> Not yet published
3+
4+
- AbstractOutput` is implementable, simplified API
5+
- Fixed ISO-8859-1 and other character encodings on native
6+
- Fixed segfault caused by a wrong character encoding specified
7+
- Introduced initial unsigned types support (#28)
8+
- Introduced initial POSIX synchronous support (#34):
9+
- added `Input(fileDescriptor)` and `Output(fileDescriptor)`
10+
- added `read`, `write`, `fread`, `fwrite`, `send`, `receive`, `sendto`, `recvfrom`
11+
with `IoBuffer` parameter
12+
- Introduced initial `PosixException` support
13+
- Strengthened internal API restrictions
14+
- Introduced `Input.copyTo(Output)` utility function
15+
- Introduced multiplatform `IOException`
16+
- Introduced `reverseByteOrder` for primitive numeric types
17+
- Fixed several memory management bugs
18+
- Eliminated accidentally used JDK8+ API (#35)
19+
20+
# 0.1.4
21+
> Published 23 Jan 2019
22+
23+
- Fixed byteOrder switch for packets (#30)
24+
- Upgrade to Gradle 4.10 with new metadata
25+
- Kotlin 1.3.20
26+
127
# 0.1.3
228
> Published 25 Dec 2018
329

0 commit comments

Comments
 (0)