Browse Source

Update CHANGELOG.md

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

6
CHANGELOG.md

@ -8,7 +8,7 @@ Features:
Enables Boa to run within the Test 262 framework.
This will help us see what is implemented or not within the spec
# Next
# [Unreleased](https://github.com/jasonwilliams/boa/compare/v0.4.0...HEAD)
Feature enhancements:
@ -22,6 +22,8 @@ Feature enhancements:
Use Monaco theme for the demo page
- [FEATURE #114](https://github.com/jasonwilliams/boa/issues/114):
String.match(regExp) is implemented (@muskuloes)
- [FEATURE #115](https://github.com/jasonwilliams/boa/issues/115):
String.matchAll(regExp) is implemented (@bojan88)
- Demo page has been improved, new font plus change on input. Thanks @WofWca
Bug fixes:
@ -30,6 +32,8 @@ Bug fixes:
Unassigned variables have default of undefined (@pop)
- [BUG #61](https://github.com/jasonwilliams/boa/issues/61):
Clippy warnings/errors fixed (@korpen)
- [BUG #147](https://github.com/jasonwilliams/boa/pull/147):
Updated object global
- Tidy up Globals being added to Global Object. Thanks @DomParfitt
# 0.4.0 (2019-09-25)

Loading…
Cancel
Save