mathjs 14.3.0 → 14.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/HISTORY.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ # 2024-03-06, 14.3.1
4
+
5
+ - Fix: #3350 cannot import a constant that is a complex number.
6
+
3
7
  # 2024-02-28, 14.3.0
4
8
 
5
9
  - Feat: improved performance of function `flatten` (#3354). Thanks @dvd101x.