We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6540307 commit ea9ac42Copy full SHA for ea9ac42
1 file changed
RELEASE_NOTES.md
@@ -1,5 +1,11 @@
1
# Release Notes
2
3
+## 0.12.2 - 2021/01/11
4
+
5
+- Ensure cloned `StringInterner` can still look up the same symbols.
6
+ [#34](https://github.com/Robbepop/string-interner/pull/34) (Thanks @alamb)
7
+ - This requires `BuildHasher: Clone` trait bound for `StringInterner`'s `Clone` impl.
8
9
## 0.12.1 - 2020/11/14
10
11
- The `BucketBackend` now implements `Send` + `Sync`.
0 commit comments