summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-14 17:12:17 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-14 17:12:17 +0000
commit089793dae90a4bb0de1f902441ff89aae166dcea (patch)
treeda1d58933fb9c3f96efef721ab199276e5b7a4e5 /NEWS
parent5836a680080a2c768830938f76367c783a366f64 (diff)
downloadmpc-089793dae90a4bb0de1f902441ff89aae166dcea.tar.gz
NEWS: mention logging feature
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@874 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21b98cc..cefa690 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version 0.8.3:
+Changes in version 0.9:
- New functions:
- mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for converting
between mpc type variables and C variables of type double _Complex
@@ -12,6 +12,9 @@ Changes in version 0.8.3:
- trigonometric functions: infinite loop due to overflow for large arguments
- exp: close to infinite loop for argument close to 0
- sqrt: close to infinite loop for argument close to 1
+ - Logging feature for debugging:
+ ./configure --enable-logging
+ #include "mpc-log.h" instead of #include "mpc.h"
- Minimally required library versions: gmp 4.3.2, mpfr 2.4.2
Changes in version 0.8.2: