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

Commit 45639f6

Browse files
committed
Update README.md and CHANGES.md for 1.7.1
1 parent 1e18b3e commit 45639f6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES.md

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

3+
## 1.7.1
4+
5+
- [#156](https://github.com/lz4/lz4-java/issues/156)
6+
Fixed the JNI binding of macOS Darwin/x86_64 to support 10.9 and above.
7+
(Takeshi Yamamuro, Lars Francke, Rei Odaira)
8+
9+
- Added macOS, arm64, and ppc64le support in Travis CI. (Rei Odaira)
10+
311
## 1.7.0
412

513
- Upgraded LZ4 to 1.9.2. Updated the JNI bindings.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ You can download pure-Java lz4-java from [Maven Central](https://search.maven.or
135135

136136
# Documentation
137137

138-
- [lz4](https://lz4.github.io/lz4-java/1.7.0/docs/net/jpountz/lz4/package-summary.html)
139-
- [xxhash](https://lz4.github.io/lz4-java/1.7.0/docs/net/jpountz/xxhash/package-summary.html)
138+
- [lz4](https://lz4.github.io/lz4-java/1.7.1/docs/net/jpountz/lz4/package-summary.html)
139+
- [xxhash](https://lz4.github.io/lz4-java/1.7.1/docs/net/jpountz/xxhash/package-summary.html)
140140
- [changelog](https://github.com/lz4/lz4-java/blob/master/CHANGES.md)
141141

142142
# Performance

0 commit comments

Comments
 (0)