From 43c393304e85a6f419b13f736276dd386ea37598 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Fri, 18 Oct 2019 22:46:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae48c24593..d7e560ab5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Features: Enables Boa to run within the Test 262 framework. This will help us see what is implemented or not within the spec -# Next +# [Unreleased](https://github.com/jasonwilliams/boa/compare/v0.4.0...HEAD) Feature enhancements: @@ -22,6 +22,8 @@ Feature enhancements: Use Monaco theme for the demo page - [FEATURE #114](https://github.com/jasonwilliams/boa/issues/114): String.match(regExp) is implemented (@muskuloes) +- [FEATURE #115](https://github.com/jasonwilliams/boa/issues/115): + String.matchAll(regExp) is implemented (@bojan88) - Demo page has been improved, new font plus change on input. Thanks @WofWca Bug fixes: @@ -30,6 +32,8 @@ Bug fixes: Unassigned variables have default of undefined (@pop) - [BUG #61](https://github.com/jasonwilliams/boa/issues/61): Clippy warnings/errors fixed (@korpen) +- [BUG #147](https://github.com/jasonwilliams/boa/pull/147): + Updated object global - Tidy up Globals being added to Global Object. Thanks @DomParfitt # 0.4.0 (2019-09-25)