Browse Source

Update CHANGELOG.md

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

4
CHANGELOG.md

@ -24,6 +24,10 @@ Feature enhancements:
String.match(regExp) is implemented (@muskuloes)
- [FEATURE #115](https://github.com/jasonwilliams/boa/issues/115):
String.matchAll(regExp) is implemented (@bojan88)
- [FEATURE #163](https://github.com/jasonwilliams/boa/issues/163):
Implement Array.prototype.every()
- [FEATURE #165](https://github.com/jasonwilliams/boa/issues/165):
Implement Array.prototype.find()
- Demo page has been improved, new font plus change on input. Thanks @WofWca
Bug fixes:

Loading…
Cancel
Save