From 4e2632ceb28c62ce1841bfd7c5d7c09457cdb6e2 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Fri, 25 Oct 2019 11:00:14 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 749f76c0f5..3ca6457e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,8 +32,10 @@ Feature enhancements: 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): +- [FEATURE #161](https://github.com/jasonwilliams/boa/pull/161): Enable obj[key] = value syntax. +- [FEATURE #179](https://github.com/jasonwilliams/boa/issues/179): + Implement the Tilde operator (@letmutx) - 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