Skip to content

Commit 772b111

Browse files
committed
Docs
1 parent bdd3f41 commit 772b111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Breaking changes:
2727

2828
- The virtual methods `do_double_value`, `do_longlong_value` and `do_ulonglong_value` of `json_input_handler` and `json_outputhandler` have been renamed to `do_float_value`, `do_integer_value`, and `do_unsigned_value`,
2929
and their parameters have been changed from `double`, `long long`, and `unsigned long long` to typedefs `float_type`, `integer_type`, and `unsigned_type`.
30-
The rationale for this change is to allow different configurations for internal number types.
30+
The rationale for this change is to allow different configurations for internal number types (reversed in 0.97.)
3131

3232
General changes
3333

0 commit comments

Comments
 (0)