From 11271dfe3e824b6f1a45c2ba51429ca97329ef6b Mon Sep 17 00:00:00 2001 From: pilgr Date: Sat, 21 Oct 2017 19:52:53 +0700 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4abecf..daca7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* diff --git a/README.md b/README.md index fbfa84d..72bffdc 100644 --- a/README.md +++ b/README.md @@ -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