From 39e800b697a59cffd8c8fab7f34c2fae2668841d Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Sat, 19 Oct 2019 19:51:40 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6538cb5bbf..8fb1d379bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ Feature enhancements: String.match(regExp) is implemented (@muskuloes) - [FEATURE #115](https://github.com/jasonwilliams/boa/issues/115): String.matchAll(regExp) is implemented (@bojan88) +- [FEATURE #163](https://github.com/jasonwilliams/boa/issues/163): + Implement Array.prototype.every() +- [FEATURE #165](https://github.com/jasonwilliams/boa/issues/165): + Implement Array.prototype.find() - Demo page has been improved, new font plus change on input. Thanks @WofWca Bug fixes: