From c74db2c8322ceb8147f0c5ce3671acb4aaee6fa6 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Wed, 6 Nov 2019 13:57:34 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fa918c96..727f9ca0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ Feature enhancements: Implement some Number prototype methods (incl tests) (@pop) - [FEATURE #34](https://github.com/jasonwilliams/boa/issues/34): Number object and Constructore are implemented (including methods) (@pop) +- [FEATURE #194](https://github.com/jasonwilliams/boa/pull/194): + Array.prototype.map (@IovoslavIovchev) Bug fixes: