From 2097251f5e3efafa59effaf130f32eb30b66bd78 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 30 Apr 2018 14:03:44 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01386f8a..42f6368f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- Improve hash table lookup performance for symbols and increase the max bound of hash tables to `(2 ^ 30) - 1`. +- Improved hash table lookup performance for symbols and increased the max bound of hash tables to `(2 ^ 30) - 1`. - Added basic support for square and curly brackets in place of parentheses. Bug Fixes