Skip to content

Commit

Permalink
add this to features
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed May 17, 2020
1 parent dc29d16 commit 359c9da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

# [# 0.8.0 (master)](https://github.com/jasonwilliams/boa/compare/v0.6.0...HEAD)
# [# 0.8.0 (master)](https://github.com/jasonwilliams/boa/compare/v0.7.0...HEAD)

Feature Enhancements:

Expand Down Expand Up @@ -34,6 +34,8 @@ Feature Enhancements:
Implement unary operator execution (@akryvomaz)
- [FEATURE #379](https://github.com/jasonwilliams/boa/issues/379):
Automatic auditing of Boa (@n14little)
- [FEATURE #264](https://github.com/jasonwilliams/boa/issues/264):
Implement this (@jasonwilliams)

Bug fixes:

Expand All @@ -50,7 +52,7 @@ Bug fixes:
- [BUG #266](https://github.com/jasonwilliams/boa/issues/266):
Panic assigning named function to variable (@Razican)

# [# 0.7.0 (2020-04-13) - New Parser is 67% faster](https://github.com/jasonwilliams/boa/compare/v0.6.0...HEAD)
# [# 0.7.0 (2020-04-13) - New Parser is 67% faster](https://github.com/jasonwilliams/boa/compare/v0.6.0...v0.7.0)

`v0.7.0` brings a REPL, Improved parser messages and a new parser!
This is now the default behaviour of Boa, so running Boa without a file argument will bring you into a javascript shell.
Expand Down

0 comments on commit 359c9da

Please sign in to comment.