summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-05-25 23:56:16 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-05-25 23:56:16 +0200
commit16aa10dfe101da99c402657a420dbf2785ca4a2a (patch)
treefe09859da8d0f80bd44ed2d84506c57744ac88a6 /doc
parent36a398d96fb001b157592eecc798bb846bd4525f (diff)
downloadNim-16aa10dfe101da99c402657a420dbf2785ca4a2a.tar.gz
fixes #10038; deprecate generic methods, they are unreliable
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 53f900ae3..00635fefc 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -3526,6 +3526,8 @@ the effects that a call to ``m`` might cause.
 
 **Note**: Compile-time execution is not (yet) supported for methods.
 
+**Note**: Starting from Nim 0.20, generic methods are deprecated.
+
 
 Inhibit dynamic method resolution via procCall
 -----------------------------------------------