From 1647236dc44afcf4bfb8d436b10dea9472b53d9b Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Sun, 3 Nov 2019 19:16:02 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 115f76714e..af1c6a33eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ Feature enhancements: Implement Array.prototype.slice (@muskuloes @letmutx) - [FEATURE #152](https://github.com/jasonwilliams/boa/issues/152): Short Function syntax (no arguments) +- [FEATURE #164](https://github.com/jasonwilliams/boa/issues/164): + Implement Array.prototype.fill() (@bojan88) - 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