mathjs 11.10.0 → 11.10.1

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # History
2
2
 
3
+ # 2023-08-31, 11.10.1
4
+
5
+ - Upgrade to `fraction.js@4.3.4`, see #3022.
6
+ - Fix #3020: `lruQueue` using the global `hasOwnProperty` which may be
7
+ polluted.
8
+ - Add support for prefixes for the unit `erg`, and restrict prefixes of the
9
+ unit `joule` to only long prefixes like `kilo` and no short prefixes
10
+ like `k`. Thanks @costerwi.
11
+ - Add a new browser example `examples/browser/lorenz.html` that uses `solveODE`
12
+ and plots the result in a chart. Thanks @dvd101x.
13
+
14
+
3
15
  # 2023-08-23, 11.10.0
4
16
 
5
17
  - Extend function `quantileSeq` with support for a `dimension` (#3002).