summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-11-21 10:48:10 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-11-21 10:48:10 +0000
commit3653d2009163f2b7df68e7349df2d562f23192de (patch)
treeaac283c27805eed24ccc340eb4e1ef2457530eed /NEWS
parentf58fc168b19c95a54d12c863b273630184b329b0 (diff)
downloadmpc-3653d2009163f2b7df68e7349df2d562f23192de.tar.gz
updated NEWS
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@728 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f163ccb..3d44a95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in version 0.8.1:
+ - Bug fixes:
+ - acosh, asinh, atanh: swap of precisions between real and imaginary part
+ - atan: memory leak
+ - log: wrong ternary value in data file; masked by bug in mpfr-2.4.1
+
Changes in version 0.8 ("Dianthus deltoides"):
- New functions:
- mpc_asin, mpc_acos, mpc_atan, mpc_asinh, mpc_acosh, mpc_atanh,