From 0bb0c3c8cfb2bf68849f7e0fedac5375b8d3e1db Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Thu, 4 Jul 2024 11:19:02 +0200 Subject: [PATCH] fix #3227: change the minimum required JS version to ES2020 in the docs --- HISTORY.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 1ea64208a..6276e77b7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -22,7 +22,8 @@ Breaking changes: - Upgrade to `fraction.js@4.3.7`, see . - 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: diff --git a/README.md b/README.md index 4936b2ebf..5300f6bff 100644 --- a/README.md +++ b/README.md @@ -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