summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorDaniil Yarancev <21169548+Yardanico@users.noreply.github.com>2017-10-13 22:43:54 +0300
committerDaniil Yarancev <21169548+Yardanico@users.noreply.github.com>2017-10-14 15:49:53 +0300
commite29e6ec76ee96424e5664d41a9c311c74d210cc6 (patch)
tree43363fda9b848518b3c3b5066c9b1c8b3e43b313 /changelog.md
parent1dc6caea6b449a0d4e9334ff19aa7d6484c3528f (diff)
downloadNim-e29e6ec76ee96424e5664d41a9c311c74d210cc6.tar.gz
[JSON] getBVal -> getBool; getFNum -> getFloat
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 22d763f53..a4161f504 100644
--- a/changelog.md
+++ b/changelog.md
@@ -8,3 +8,5 @@
 - Arrays of char cannot be converted to ``cstring`` anymore, pointers to
   arrays of char can! This means ``$`` for arrays can finally exist
   in ``system.nim`` and do the right thing.
+- JSON: Deprecated `getBVal`, `getFNum`, and `getNum` in favour to 
+  `getBool`, `getFloat`, `getBiggestInt`. Also `getInt` procedure was added.
\ No newline at end of file