We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264664e commit 4bd740bCopy full SHA for 4bd740b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.6.1
2
+ * openssl3 support
3
+ * BigDecimal deserialization
4
+
5
1.6.0
6
* java.time serialization
7
* Arena Allocator
pom.xml
@@ -4,7 +4,7 @@
<groupId>ru.odnoklassniki</groupId>
<artifactId>one-nio</artifactId>
<packaging>jar</packaging>
- <version>1.6.0</version>
+ <version>1.6.1</version>
8
<name>one-nio</name>
9
<url>https://github.com/odnoklassniki/one-nio</url>
10
<description>Unconventional Java I/O library</description>
0 commit comments