From 172e8fdc6eaaa866c62302698aecb3826ed707c1 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Tue, 15 Oct 2019 23:55:17 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52210b7d56..ae48c24593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ Feature enhancements: 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 +- [FEATURE #114](https://github.com/jasonwilliams/boa/issues/114): + String.match(regExp) is implemented (@muskuloes) - Demo page has been improved, new font plus change on input. Thanks @WofWca Bug fixes: