OSDN Git Service

Release v0.11.2 v0.11.2
authorHiroshi Miura <miurahr@linux.com>
Fri, 4 Feb 2022 15:40:07 +0000 (00:40 +0900)
committerHiroshi Miura <miurahr@linux.com>
Fri, 4 Feb 2022 15:41:46 +0000 (00:41 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
CHANGELOG.md

index 728b8fc..47d58c3 100644 (file)
@@ -2,6 +2,21 @@
 All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
+
+## [0.11.2] - 2022-02-05
+### Added
+- NIO aware methods to create objects
+  - DictZipFiles.newDictZipInputStream
+  - DictZipFiles.newDictZipOutputStream
+  - DictZipFiles.newRandomAccessInputStream
+  - DictZipFiles.newRandonAccessOutputStream
+- Move check methods to DictZipFiles class
+  - DictZipFiles.checkDictZipInputStream
+  - DictZipFiles.checkDictZipFile
+
+### Deprecated
+- Deprecate check methods in DictZipUtils class
+
 ## [0.11.1] - 2022-01-30
 ### Added
 - Support mark/reset method in DictZipInputStream(#43)
@@ -183,7 +198,8 @@ All notable changes to this project will be documented in this file.
 ### Added
 - Start project.
 
-[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.11.1...HEAD
+[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.11.2...HEAD
+[0.11.2]: https://github.com/dictzip/dictzip-java/compare/v0.11.1...v0.11.2
 [0.11.1]: https://github.com/dictzip/dictzip-java/compare/v0.11.0...v0.11.1
 [0.11.0]: https://github.com/dictzip/dictzip-java/compare/v0.10.3...v0.11.0
 [0.10.3]: https://github.com/dictzip/dictzip-java/compare/v0.10.0...v0.10.3