Skip to content

Commit 1d81dc2

Browse files
committed
Doc update
1 parent 5114b1e commit 1d81dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ need to reverse their order, or if you've provided just a `from` function argume
1717
with `jsoncons::identity()` (or `std::identity()` if C++20). For the rationale for this change, see
1818
[\#277](https://github.com/danielaparker/jsoncons/issues/277)
1919

20-
- Conversion errors during decode are now reported with `jsoncons::convert_error`,
20+
- Conversion errors during decode are now reported more consistently as `jsoncons::convert_error`,
2121
parsing errors remain `jsoncons::ser_error` (`or std::error_code`) as before.
2222

2323
v0.157.2

0 commit comments

Comments
 (0)