From 384267b1220ffd608ee0329ad628ccc78b7d34d8 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Fri, 25 Oct 2019 11:16:45 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca6457e9d..21d2a516dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ Feature enhancements: Enable obj[key] = value syntax. - [FEATURE #179](https://github.com/jasonwilliams/boa/issues/179): Implement the Tilde operator (@letmutx) +- [FEATURE #189](https://github.com/jasonwilliams/boa/pull/189): + Implement Array.prototype.includes (incl tests) (@simonbrahan) - 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