Skip to content

Commit

Permalink
Update README.md and CHANGES.md for 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odaira committed Jan 17, 2020
1 parent 1e18b3e commit 45639f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## 1.7.1

- [#156](https://github.com/lz4/lz4-java/issues/156)
Fixed the JNI binding of macOS Darwin/x86_64 to support 10.9 and above.
(Takeshi Yamamuro, Lars Francke, Rei Odaira)

- Added macOS, arm64, and ppc64le support in Travis CI. (Rei Odaira)

## 1.7.0

- Upgraded LZ4 to 1.9.2. Updated the JNI bindings.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ You can download pure-Java lz4-java from [Maven Central](https://search.maven.or

# Documentation

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

# Performance
Expand Down

0 comments on commit 45639f6

Please sign in to comment.