Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit e1440ab

Browse files
committed
Update CHANGES.md for 1.6.0
1 parent 69d68da commit e1440ab

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change log
22

3+
## 1.6.0
4+
5+
- Upgraded LZ4 to 1.9.1. Updated the JNI bindings,
6+
except for the one for Linux/i386.
7+
Decompression speed is improved on amd64.
8+
9+
- Deprecated use of LZ4FastDecompressor of a native instance
10+
because the corresponding C API function is deprecated.
11+
See [the release note of LZ4 1.9.0](https://github.com/lz4/lz4/releases/tag/v1.9.0) for details.
12+
Updated javadoc accordingly.
13+
14+
- [#134](https://github.com/lz4/lz4-java/issues/134)
15+
[#137](https://github.com/lz4/lz4-java/issues/137)
16+
Changed the module name from org.lz4.lz4-java to org.lz4.java
17+
to avoid using - in the module name. (severn-everett, Oliver Eikemeier, Rei Odaira)
18+
19+
- Enabled build with Java 11. Note that the distribution is still
20+
built with Java 7. (Rei Odaira)
21+
322
## 1.5.1
423

524
- [#135](https://github.com/lz4/lz4-java/issues/135)

0 commit comments

Comments
 (0)