Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Mar 25, 2024
1 parent 2297a2e commit c780171
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c780171

Please sign in to comment.