From a13902a33f804a724a82a80185600a76a31c29de Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 4 Aug 2026 14:44:23 +0200 Subject: [PATCH] docs: match the version history wording to the peek-based fix Signed-off-by: Niels Lohmann --- docs/mkdocs/docs/api/operator_gtgt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/docs/api/operator_gtgt.md b/docs/mkdocs/docs/api/operator_gtgt.md index 1e99459c1..c418e256d 100644 --- a/docs/mkdocs/docs/api/operator_gtgt.md +++ b/docs/mkdocs/docs/api/operator_gtgt.md @@ -87,5 +87,5 @@ Note that reading concatenated values does **not** work for [JSON Lines](../feat ## Version history - Added in version 1.0.0. -- Changed in version 4.0.0 to return the character that terminates a number to the stream, so that the stream is +- Changed in version 4.0.0 to leave the character that terminates a number in the stream, so that the stream is positioned right after the parsed value for every value type.