]> www.ginac.de Git - ginac.git/blobdiff - NEWS
[BUGFIX] Fix crash in parser.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 047fce5dc476b78eb12c05c63b05185a006fb998..828b0130e9dbc02cae70f73d060937df6252d4fd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
 This file records noteworthy changes.
 
+1.8.7 (12 August 2023)
+* Fix series expansion of polynomial(x)^n for small and large n.
+* Fix bugs in internal parser from strings.
+* Make ginsh evaluate line-by-line in non-interactive mode.
+* Several build fixes.
+
+1.8.6 (8 February 2023)
+* Fix wrong numeric info on transcendental functions.
+* Fix crash of evaluation of binomial(n, k) with negative integer n, k.
+
+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.