summary refs log tree commit diff stats
path: root/changelogs/changelog_2_0_0_details.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog_2_0_0_details.md')
-rw-r--r--changelogs/changelog_2_0_0_details.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changelog_2_0_0_details.md b/changelogs/changelog_2_0_0_details.md
index a38f2b40b..950fa4069 100644
--- a/changelogs/changelog_2_0_0_details.md
+++ b/changelogs/changelog_2_0_0_details.md
@@ -205,7 +205,7 @@
   proc prc(): int =
     123
 
-  iterator iter(): int =
+  iterator iter(): int {.closure.} =
     yield 123
 
   proc takesProc[T: proc](x: T) = discard