Browse Source

Update CHANGELOG.md

pull/147/head
Jason Williams 5 years ago committed by GitHub
parent
commit
8a269881a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md

3
CHANGELOG.md

@ -16,12 +16,15 @@ Feature enhancements:
Introduce realm struct to hold realm context and global object. Introduce realm struct to hold realm context and global object.
- [FEATURE #89](https://github.com/jasonwilliams/boa/issues/89): - [FEATURE #89](https://github.com/jasonwilliams/boa/issues/89):
Implement exponentiation operator. Thanks @arbroween 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 - Demo page has been improved, new font plus change on input. Thanks @WofWca
Bug fixes: Bug fixes:
- [BUG #113](https://github.com/jasonwilliams/boa/issues/113): - [BUG #113](https://github.com/jasonwilliams/boa/issues/113):
Unassigned variables have default of undefined (@pop) Unassigned variables have default of undefined (@pop)
- Tidy up Globals being added to Global Object. Thanks @DomParfitt
# 0.4.0 (2019-09-25) # 0.4.0 (2019-09-25)

Loading…
Cancel
Save