Skip to content

Commit

Permalink
add missing contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Feb 28, 2024
1 parent 979dc35 commit 648d978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# [0.18.0 (2024-02-29)](https://github.com/boa-dev/boa/compare/v0.17...v0.18)

### Feature Enhancements
* Implement JS Typed Array methods by @AngeloChecked in https://github.com/boa-dev/boa/pull/3481
* Format let-else expressions by @jedel1043 in https://github.com/boa-dev/boa/pull/3102
* Add regexp indices (`d` flag) support by @dirkdev98 in https://github.com/boa-dev/boa/pull/3094
* Add missing 'unscopables' to `Array.prototype[@@unscopables]` by @dirkdev98 in https://github.com/boa-dev/boa/pull/3111
Expand Down Expand Up @@ -139,6 +140,7 @@
* @johnyob made their first contribution in https://github.com/boa-dev/boa/pull/3369
* @ahaoboy made their first contribution in https://github.com/boa-dev/boa/pull/3406
* @tj825 made their first contribution in https://github.com/boa-dev/boa/pull/3465
* @AngeloChecked made their first contribution in https://github.com/boa-dev/boa/pull/3481

# [0.17.0 (2023-07-05)](https://github.com/boa-dev/boa/compare/v0.16...v0.17)

Expand Down

0 comments on commit 648d978

Please sign in to comment.