]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention a JSON codec improvement.
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 1 Apr 2024 11:09:23 +0000 (13:09 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Apr 2024 13:27:26 +0000 (15:27 +0200)
(cherry picked from commit ce492cc5ae4b0a185dde45b5f2fc046e8d98dc36)

etc/NEWS

index b6e7ec815bbc1b6130904915f7ecff2354dbe3db..45c6f6dccdd69b3c178b5ce22c4f28235026e464 100644 (file)
--- 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.
+
 \f
 * Changes in Emacs 30.1 on Non-Free Operating Systems