mathjs 13.0.2 → 13.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # History
2
2
 
3
+ # 2024-07-19, 13.0.3
4
+
5
+ - Fix: #3232 fix type definitions of function `format` to support notations
6
+ `hex`, `bin`, and `oct`.
7
+ - Fix: use more precise definitions for US liquid volume units (#3229).
8
+ Thanks @Vistinum.
9
+ - Fix: #2286 types static methods and members for Unit class (#3230).
10
+ Thanks @orelbn.
11
+
3
12
  # 2024-07-04, 13.0.2
4
13
 
5
14
  - Fix an error in the type definitions of `quantileSeq` (#3223).