From 4490340f29cbd63b93e0038fd95185ec6a79784f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 1 Apr 2024 13:09:23 +0200 Subject: [PATCH] * etc/NEWS: Mention a JSON codec improvement. (cherry picked from commit ce492cc5ae4b0a185dde45b5f2fc046e8d98dc36) --- etc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index b6e7ec815bb..45c6f6dccdd 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2482,6 +2482,10 @@ this case, would mean repeating the object in the argument list.) When replacing an object with a different one, passing both the new and old objects is still necessary. +--- +** The JSON encoder and decoder now accept arbitarily large integers. +Previously, they were limited to the range of signed 64-bit integers. + * Changes in Emacs 30.1 on Non-Free Operating Systems -- 2.39.5