summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-09-01 00:04:10 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-01 00:04:10 +0200
commitab48d7901e4626120ff430e597cbb32d007e9e0b (patch)
tree7503ba743de13726c93f793e80c1cfa01c37a21d /changelog.md
parent35268c500f2143e757a71846b246a1ecb31c72f8 (diff)
downloadNim-ab48d7901e4626120ff430e597cbb32d007e9e0b.tar.gz
hashes: implement murmur3 (#12022)
* hashes: implement murmur3
* refactoring; there is only one murmurHash and it works at compile-time via VM hooks
* fixes JS tests
* makes toOpenArrayByte work with C++
* make it bootstrap in C++ mode for 0.20
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 35395afd3..57820c81f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -50,7 +50,7 @@ type
 
 - Added `os.delEnv` and `nimscript.delEnv`. (#11466)
 
-- Enable Oid usage in hashtables. (#11472)
+- Enabled Oid usage in hashtables. (#11472)
 
 - Added `unsafeColumnAt` procs, that return unsafe cstring from InstantRow. (#11647)