Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgr committed Oct 21, 2017
1 parent 8025060 commit 11271df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Improvements:
* simultaneous read/write for different keys, up to 97% performance gain per thread.
* name change: use `book.contains(key)` instead of deprecated `book.exist(key)`

Thanks [@hiperioncn](https://github.com/hiperioncn) and [cezar-carneiro](https://github.com/cezar-carneiro) for your contribution!
Thanks [@hiperioncn](https://github.com/hiperioncn) and [@cezar-carneiro](https://github.com/cezar-carneiro) for your contribution!


Version 2.5 *(2017-09-21)*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Improvements:
* simultaneous read/write for different keys, up to 97% performance gain per thread.
* name change: use `book.contains(key)` instead of deprecated `book.exist(key)`

Thanks [@hiperioncn](https://github.com/hiperioncn) and [cezar-carneiro](https://github.com/cezar-carneiro) for your contribution!
Thanks [@hiperioncn](https://github.com/hiperioncn) and [@cezar-carneiro](https://github.com/cezar-carneiro) for your contribution!

### Add dependency
```groovy
Expand Down

0 comments on commit 11271df

Please sign in to comment.