We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bff110 commit fc783a4Copy full SHA for fc783a4
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# 0.1.1
2
+> Not published yet
3
+
4
+- Fixed ability to implement DefaultPool in common
5
+- Fixed error "Unable to stop reading in state Writing"
6
+- Fixed tryPeek implementation to not consume byte
7
+- Introduced peekCharUtf8
8
+- Added a cpointer constructor to native IoBuffer so that IoBuffer can be used to read AND write on a memory chunk
9
+- Made ByteChannel pass original cause from the owner job
10
+- Fixed reading UTF-8 lines
11
12
+# 0.1.0
13
+> Published 15 Nov 2018
14
+Initial release, maven central
0 commit comments