summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-02-02 09:29:05 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-02-02 09:29:05 +0100
commitbd1dfa4b3809d79ea01cd8ef87dde8d02d1e8447 (patch)
tree10a1fd7bab246087ba3e132bdbbf89e4cd0296ce /changelog.md
parent7fc80f8f8685dcc6e6c8b02479af3f8c308af5ae (diff)
downloadNim-bd1dfa4b3809d79ea01cd8ef87dde8d02d1e8447.tar.gz
better type inference for numerical types; prerequisitive for version 1
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index ef51eee7a..c2211b510 100644
--- a/changelog.md
+++ b/changelog.md
@@ -235,3 +235,6 @@ styledEcho "Red on Green.", resetStyle
 - ``\n`` is now only the single line feed character like in most
   other programming languages. The new platform specific newline escape sequence is
   written as ``\p``. This change only affects the Windows platform.
+- Type inference for generic type parameters involving numeric types is now symetric. See
+  [Generic type inference for numeric types](https://nim-lang.org/docs/manual.html#generics-generic-type-inference-fornumeric-types)
+  for more information.