From 38bb2373b62557861c83b68f517676bb4d475dce Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 1 May 2018 13:33:29 -0400 Subject: [PATCH] Punctuation --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546d1ec9..17ae6c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Features - Made several performance improvements to SRFI 69 hash tables, including: - - Improved hash table lookup performance for symbols + - Improved hash table lookup performance for symbols. - Increased the max bound of hash tables to `(2 ^ 30) - 1`. - Changed `hash-by-identity` to a high-performance builtin. - Added basic support for square and curly brackets in place of parentheses.