From dfb3e78e8736426d4b5969d542e000dd0add2c20 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Fri, 25 Oct 2019 10:52:18 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961b95286f..749f76c0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,8 @@ Feature enhancements: - [FEATURE #39](https://github.com/jasonwilliams/boa/issues/39): Implement block scoped variable declarations (@barskern) - [FEATURE](https://github.com/jasonwilliams/boa/pull/161): - Enable obj[key] = value syntax. + Enable obj[key] = value syntax. +- Array tests: Tests implemented for shift, unshift and reverse, pop and push (@muskuloes) - Demo page has been improved, new font plus change on input. Thanks @WofWca Bug fixes: