]> www.ginac.de Git - ginac.git/commitdiff
Update NEWS.
authorRichard Kreckel <kreckel@ginac.de>
Sun, 6 Aug 2023 17:57:35 +0000 (19:57 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 6 Aug 2023 17:57:35 +0000 (19:57 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 9ea7692eb53dcc12819471f91ea67b2100ec2190..546b0ff3d663a6ac98ea74db6efb6e8f38f256df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 This file records noteworthy changes.
 
+1.8.7 (dd mm yyyy)
+* 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.