From 308d026134c4303a9bd0042b63f4397e1d8cc97c Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Sun, 3 Nov 2019 14:24:12 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d2a516dc..390e61f849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ Feature enhancements: Implement the Tilde operator (@letmutx) - [FEATURE #189](https://github.com/jasonwilliams/boa/pull/189): Implement Array.prototype.includes (incl tests) (@simonbrahan) +- [FEATURE #180](https://github.com/jasonwilliams/boa/pull/180): + Implement Array.prototype.slice (@muskuloes @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