From 6a9246d283ddbd789c98ba74fbdd9c7f3d8cc4f2 Mon Sep 17 00:00:00 2001 From: Hero Bird Date: Wed, 20 Sep 2017 00:10:34 +0200 Subject: [PATCH] updated README to include changes for release 0.6.3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 606e868..c33f972 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ while the hashmap has internal references into the internal vector to avoid dupl ## Changelog +- 0.6.3 + + - fixed a bug that `StringInterner`'s `Send` impl didn't respect its generic `HashBuilder` parameter. Fixes GitHub [issue #4](https://github.com/Robbepop/string-interner/issues/4). + - 0.6.2 - added `shrink_to_fit` public method to `StringInterner` - (by artemshein)