Browse Source

Update CHANGELOG.md

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

7
CHANGELOG.md

@ -18,6 +18,8 @@ Feature enhancements:
Implement exponentiation operator. Thanks @arbroween
- [FEATURE #47](https://github.com/jasonwilliams/boa/issues/47):
Add tests for comments in source code. Thanks @Emanon42
- [FEATURE #137](https://github.com/jasonwilliams/boa/issues/137):
Use Monaco theme for the demo page
- Demo page has been improved, new font plus change on input. Thanks @WofWca
Bug fixes:
@ -26,11 +28,6 @@ Bug fixes:
Unassigned variables have default of undefined (@pop)
- Tidy up Globals being added to Global Object. Thanks @DomParfitt
Bug fixes:
- [BUG #113](https://github.com/jasonwilliams/boa/issues/113):
Unassigned variables have default of undefined (@pop)
# 0.4.0 (2019-09-25)
v0.4.0 brings quite a big release. The biggest feature to land is the support of regular expressions.

Loading…
Cancel
Save