From bab775f0f4097e8e57b74477e6776321715ff60d Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Sat, 19 Oct 2019 15:47:09 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e560ab5c..6538cb5bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ Bug fixes: Clippy warnings/errors fixed (@korpen) - [BUG #147](https://github.com/jasonwilliams/boa/pull/147): Updated object global +- [BUG #154](https://github.com/jasonwilliams/boa/issues/154): + Correctly handle all whitespaces within the lexer - Tidy up Globals being added to Global Object. Thanks @DomParfitt # 0.4.0 (2019-09-25)