diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-09-11 20:28:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 20:28:24 +0200 |
commit | e134a722decf06b8477559e3e07c2229d9c67890 (patch) | |
tree | fc15bb689d55f3d9a0d38ac305a4f56339af6516 /changelog.md | |
parent | 8c81cddf7e22e21b35b68b7dc62f90b782c36889 (diff) | |
download | Nim-e134a722decf06b8477559e3e07c2229d9c67890.tar.gz |
fixes #12152 (#12165)
* fixes #12152 * makes test green
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 5735dd033..7a14c6c28 100644 --- a/changelog.md +++ b/changelog.md @@ -47,6 +47,10 @@ type - Added `system.getOsFileHandle` which is usually more useful than `system.getFileHandle`. This distinction is only meaningful on Windows. +- Added a `json.parseJsonFragments` iterator that can be used to speedup + JSON processing substantially when there are JSON fragments separated + by whitespace. + ## Library changes |