Skip to content

Commit

Permalink
fix #3227: change the minimum required JS version to ES2020 in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 4, 2024
1 parent 9846e8b commit 0bb0c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Breaking changes:
- Upgrade to `[email protected]`,
see <https://github.com/rawify/Fraction.js/issues/68>.
- Dropped support for JavaScript engines that do not fully support ES6 or
`bigint`, or are not actively maintained.
`bigint`, or are not actively maintained. ES2020 is now the minimum required
EcmaScript version.

Non-breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ See the [Getting Started](https://mathjs.org/docs/getting_started.html) for a mo

## Browser support

Math.js works on any ES6 compatible JavaScript engine, including node.js, Chrome, Firefox, Safari, and Edge.
Math.js works on any [ES2020](https://262.ecma-international.org/11.0/) compatible JavaScript engine, including node.js, Chrome, Firefox, Safari, and Edge.


## Documentation
Expand Down

0 comments on commit 0bb0c3c

Please sign in to comment.