summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-08-10 01:20:14 +0200
committerAraq <rumpf_a@web.de>2018-08-10 01:20:14 +0200
commit265003df1a6418f37ba21116c46d0a3fbfb1d9cc (patch)
tree06be95b51a8eec45b9f4b2560ecc7d7e023f6846 /changelog.md
parentb4e5c9d075d9c2ef6192749b02738966b3dc943d (diff)
downloadNim-265003df1a6418f37ba21116c46d0a3fbfb1d9cc.tar.gz
deprecated regionized pointers
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 426b63b7e..a77c57631 100644
--- a/changelog.md
+++ b/changelog.md
@@ -173,6 +173,9 @@
 - The ``{.this.}`` pragma has been deprecated. It never worked within generics and
   we found the resulting code harder to read than the more explicit ``obj.field``
   syntax.
+- "Memory regions" for pointer types have been deprecated, they were hardly used
+  anywhere. Note that this has **nothing** to do with the ``--gc:regions`` switch
+  of managing memory.
 
 
 ### Tool changes