From 2d505458768eaa776b5210ed820e66c0572ce6a7 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Wed, 6 Nov 2019 13:47:19 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 769a745034..78fa918c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,8 @@ Feature enhancements: - Demo page has been improved, new font plus change on input. Thanks @WofWca - [FEATURE #182](https://github.com/jasonwilliams/boa/pull/182): 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) Bug fixes: