This repository was archived by the owner on Jul 16, 2022. It is now read-only.
File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 0.13.0] - 2022-04-16
7
+
8
+ ### Added
9
+ * RandomAcessInputStream: Support java.nio.channels.FileChannel (#49 )
10
+ * add ` RandomAccessInputStream#getFileChannel `
11
+
12
+ ### Fixed
13
+ * RandomAccessInputStream: fix return value of ` RandomAccessInputStream#skip `
14
+ * return actual skip bytes
15
+
6
16
## [ 0.12.2] - 2022-03-01
7
17
8
18
### Fixed
@@ -218,7 +228,8 @@ All notable changes to this project will be documented in this file.
218
228
### Added
219
229
- Start project.
220
230
221
- [ Unreleased ] : https://github.com/dictzip/dictzip-java/compare/v0.12.2...HEAD
231
+ [ Unreleased ] : https://github.com/dictzip/dictzip-java/compare/v0.13.0...HEAD
232
+ [ 0.13.0 ] : https://github.com/dictzip/dictzip-java/compare/v0.12.2...v0.13.0
222
233
[ 0.12.2 ] : https://github.com/dictzip/dictzip-java/compare/v0.12.1...v0.12.2
223
234
[ 0.12.1 ] : https://github.com/dictzip/dictzip-java/compare/v0.12.0...v0.12.1
224
235
[ 0.12.0 ] : https://github.com/dictzip/dictzip-java/compare/v0.11.2...v0.12.0
You can’t perform that action at this time.
0 commit comments