From 8a269881a54ca66da0503d40637fdd61a5342df7 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Tue, 8 Oct 2019 23:47:52 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c819848392..2823afb32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,12 +16,15 @@ Feature enhancements: Introduce realm struct to hold realm context and global object. - [FEATURE #89](https://github.com/jasonwilliams/boa/issues/89): Implement exponentiation operator. Thanks @arbroween +- [FEATURE #47](https://github.com/jasonwilliams/boa/issues/47): + Add tests for comments in source code. Thanks @Emanon42 - Demo page has been improved, new font plus change on input. Thanks @WofWca Bug fixes: - [BUG #113](https://github.com/jasonwilliams/boa/issues/113): Unassigned variables have default of undefined (@pop) +- Tidy up Globals being added to Global Object. Thanks @DomParfitt # 0.4.0 (2019-09-25)