-
-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Minor] Update CHANGELOG.md for 0.9 #540
Conversation
Codecov Report
@@ Coverage Diff @@
## master #540 +/- ##
==========================================
+ Coverage 68.09% 68.10% +0.01%
==========================================
Files 169 169
Lines 9942 9942
==========================================
+ Hits 6770 6771 +1
+ Misses 3172 3171 -1
Continue to review full report at Codecov.
|
CHANGELOG.md
Outdated
@@ -12,6 +12,8 @@ Feature Enhancements: | |||
Implement global `Infinity` property (@AnirudhKonduru) | |||
- [FEATURE #410](https://github.com/boa-dev/boa/pull/410): | |||
Add support for the reviver function to JSON.parse (@abhijeetbhagat) | |||
- [FEATURE #525](https://github.com/boa-dev/boa/pull/425): | |||
Implement additional `Math` methods (@mr-rodgers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#525 looks like its still open so shouldn't really be on here.
0.9.0
has been closed now, so any remaining PRs will go into 0.10.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to merge #525 first
Co-authored-by: HalidOdat <[email protected]>
Some of the updates were in the wrong place (benchmark on features instead of Internal #428, cleanup of Math methods #514 is a internal refactor more than a bug fix).