]> www.ginac.de Git - ginac.git/blobdiff - NEWS
[PATCH] Fix wrong numeric info on transcendental functions.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 19322d3b571144931949c08ed6f36cd252cc9766..a82a1c41d6cc5cdac2ffc41611254e808c6b71c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 This file records noteworthy changes.
 
+1.8.5 (1 January 2023)
+* Speed up multivariate polynomial factorization; fix it in some rare
+  corner cases where it didn't previously terminate.
+
+1.8.4 (19 September 2022)
+* Add support for sqrfree_parfrac().
+* Add info methods for transcendental functions.
+
 1.8.3 (23 March 2022)
 * series_to_poly() can be used from ginsh.
 * Fix power::to_polynomial() for posint exponents.