Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 20, 2023
1 parent 37dec36 commit 95b3a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ All notable changes to this project will be documented in this file.

- support for full decimal number range with *JSON* read/write. Reading and writing
of decimals like `99999999999999999999999999999999999999999999999999.3333333333333333M`
in its full precision is now possible.
in its full precision is now possible. This feature must be activated explicitly
because its not part of the JSON standard.
(Note: the JSON standard itself is limited to the double floating-point number
range and precision)

Expand Down

0 comments on commit 95b3a97

Please sign in to comment.