From 18245025bb51eecb94ce12f8b83de870d8f7fd65 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 30 Apr 2018 14:02:22 -0400 Subject: [PATCH] Issue #249 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5a9b73..01386f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Features +- Improve hash table lookup performance for symbols and increase the max bound of hash tables to `(2 ^ 30) - 1`. - Added basic support for square and curly brackets in place of parentheses. Bug Fixes