mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 05:25:04 +00:00
Update CHANGES
This commit is contained in:
parent
2297a2e320
commit
c780171cf3
1 changed files with 6 additions and 0 deletions
6
CHANGES
6
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue