summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-03-26 09:30:59 +0200
committerGitHub <noreply@github.com>2017-03-26 09:30:59 +0200
commit1268ca79e5436e33a9fca0999477adf8f3e937ae (patch)
treeca0e18f2a078a3856c98498d5941c01073b5762c /web
parent21b03257ef62609c3ce29b2c61bebb5cc6b0a243 (diff)
downloadNim-1268ca79e5436e33a9fca0999477adf8f3e937ae.tar.gz
fixes #5599 (#5610)
Diffstat (limited to 'web')
-rw-r--r--web/news/e031_version_0_16_2.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst
index 35f3716a3..8517dacb0 100644
--- a/web/news/e031_version_0_16_2.rst
+++ b/web/news/e031_version_0_16_2.rst
@@ -42,6 +42,9 @@ Changes affecting backwards compatibility
   AST that is the same as what is used to define an enum.  Previously the AST
   returned had a repeated ``EnumTy`` node and was missing the initial pragma
   node (which is currently empty for an enum).
+- If the dispatcher parameter's value used in multi method is ``nil``,
+  a ``NilError`` exception is raised. The old behavior was that the method
+  would be a ``nop`` then.
 
 
 Library Additions