From 8e64db6cf472c6c81654ca9a4a539c305d22b71f Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Fri, 11 Oct 2019 15:25:06 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1f6e0d7c..f5152afb56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ Feature enhancements: Implement exponentiation operator. Thanks @arbroween - [FEATURE #47](https://github.com/jasonwilliams/boa/issues/47): Add tests for comments in source code. Thanks @Emanon42 +- [FEATURE #137](https://github.com/jasonwilliams/boa/issues/137): + Use Monaco theme for the demo page - Demo page has been improved, new font plus change on input. Thanks @WofWca Bug fixes: @@ -26,11 +28,6 @@ Bug fixes: Unassigned variables have default of undefined (@pop) - Tidy up Globals being added to Global Object. Thanks @DomParfitt -Bug fixes: - -- [BUG #113](https://github.com/jasonwilliams/boa/issues/113): - Unassigned variables have default of undefined (@pop) - # 0.4.0 (2019-09-25) v0.4.0 brings quite a big release. The biggest feature to land is the support of regular expressions.