Skip to content

Commit 2f62fda

Browse files
authored
Merge branch 'develop' into deepMap-perforance-fix-3
2 parents 459ea62 + b5773df commit 2f62fda

File tree

5 files changed

+214
-220
lines changed

5 files changed

+214
-220
lines changed

HISTORY.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- Feat: improve the performance of `map` and `forEach` (#3409).
77
Thanks @dvd101x.
88
- Fix: #3422 allow dot operators after symbol E (#3425).
9+
- Fix: issue in the `nthRoots` latex function template string (#3427).
10+
Thanks @aitee.
11+
- Fix: upgrade to the latest version of `@babel/runtime`.
912

1013
# 2025-03-06, 14.3.1
1114

@@ -166,9 +169,9 @@
166169
Breaking changes:
167170

168171
- Change `isZero`, `isPositive`, and `isNegative` to respect `config.epsilon`
169-
(#3139, #2838).
172+
(#3139, #2838). Thanks @dvd101x.
170173
- Change the behavior of the internal `nearlyEqual` to align with Python and
171-
Julia (#3152, #2838)
174+
Julia (#3152, #2838). Thanks @dvd101x.
172175
- Upgrade to `fraction.js@4.3.7`,
173176
see <https://github.com/rawify/Fraction.js/issues/68>.
174177
- Dropped support for JavaScript engines that do not fully support ES6 or

0 commit comments

Comments
 (0)