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: