aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2024-03-25 20:19:41 +0200
committerPetri Lehtinen <petri@digip.org>2024-03-25 20:19:41 +0200
commitc780171cf3a923e0cfbf4cda9b065570a1762015 (patch)
tree8f894751c1d164c1b4b3b1774a5b740869009925
parent2297a2e320ebecc6dc98f7034a2f38509ad1d7f5 (diff)
downloadjansson-c780171cf3a923e0cfbf4cda9b065570a1762015.zip
jansson-c780171cf3a923e0cfbf4cda9b065570a1762015.tar.gz
jansson-c780171cf3a923e0cfbf4cda9b065570a1762015.tar.bz2
Update CHANGES
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1801428..8eb7bbe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,12 @@ Work in progress
is used to switch locales inside the threads (#674, #675, #677. Thanks to
Bruno Haible the report and help with fixing.)
+ - Use David M. Gay's `dtoa()` algorithm to avoid misprinting issues of real
+ numbers that are not exactly representable as a `double` (#680).
+
+ If this is not desirable, use `./configure --disable-dtoa` or `cmake
+ -DUSE_DTOA=OFF .`
+
* Build:
- Make test output nicer in CMake based builds (#683)