Browse Source

Update CHANGELOG.md

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

4
CHANGELOG.md

@ -32,8 +32,10 @@ Feature enhancements:
Implement Array.prototype.findIndex() (@felipe-fg)
- [FEATURE #39](https://github.com/jasonwilliams/boa/issues/39):
Implement block scoped variable declarations (@barskern)
- [FEATURE](https://github.com/jasonwilliams/boa/pull/161):
- [FEATURE #161](https://github.com/jasonwilliams/boa/pull/161):
Enable obj[key] = value syntax.
- [FEATURE #179](https://github.com/jasonwilliams/boa/issues/179):
Implement the Tilde operator (@letmutx)
- Array tests: Tests implemented for shift, unshift and reverse, pop and push (@muskuloes)
- Demo page has been improved, new font plus change on input. Thanks @WofWca

Loading…
Cancel
Save