From ab528bb0430af2ae04979aea15f1d2a424e77132 Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Sun, 22 Sep 2019 19:54:44 +0530 Subject: [PATCH] changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b2edd1bc..bc53b9c497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - `none` keyword for optionals. - All table lookup functions now use `none`. -- Double quotes (`"`) can now be used to denote strings. +- Double quotes (`"`) can now also be used to denote strings. - GitHub Actions CI in addition to Travis. - `-compress` option. The V binary built with `-compress` is only ~90 KB! - More memory management.