From cffb618412cb0925ed6094882d2ad32a50e0f0a2 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Tue, 22 Oct 2019 18:10:28 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfae070fd9..961b95286f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,10 @@ Feature enhancements: Implement Array.prototype.find() (@letmutx) - [FEATURE #166](https://github.com/jasonwilliams/boa/issues/166): Implement Array.prototype.findIndex() (@felipe-fg) +- [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. - Demo page has been improved, new font plus change on input. Thanks @WofWca Bug fixes: