summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorJason Beetham <beefers331@gmail.com>2020-12-12 15:29:20 -0700
committerGitHub <noreply@github.com>2020-12-12 23:29:20 +0100
commit5a58440ebe4ba794f0127ebb6ad33824a92dfb58 (patch)
treef5eaa0476d456b6efd81c57c65b5adc784a5819a /changelog.md
parentd15f63a0f2d431a516601530196ac01c26e00f53 (diff)
downloadNim-5a58440ebe4ba794f0127ebb6ad33824a92dfb58.tar.gz
Added strscans.scanTuple (#16300)
* Added since and changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index ab323337c..688b87da8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -56,6 +56,7 @@
 - `writeStackTrace` is available in JS backend now.
 
 - `strscans.scanf` now supports parsing single characters.
+- `strscans.scanTuple` added which uses `strscans.scanf` internally, returning a tuple which can be unpacked for easier usage of `scanf`. 
 
 
 - Added `math.isNaN`.