summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrii Riabushenko <cdome@bk.ru>2018-12-11 23:37:48 +0000
committerAndrii Riabushenko <cdome@bk.ru>2018-12-11 23:37:48 +0000
commit9becb41e0408d6627dcc7acd735ec71147fc929e (patch)
treef15b2342504046ed2123292b7adfdc9ccd2f9e58
parentdf0f0f28589c6aad9fc34a924194aa9932120e6e (diff)
downloadNim-9becb41e0408d6627dcc7acd735ec71147fc929e.tar.gz
Add changelog item
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 093ea7ae2..f245ce54a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -94,6 +94,9 @@ proc enumToString*(enums: openArray[enum]): string =
 - There is a new pragma block `noSideEffect` that works like
   the `gcsafe` pragma block.
 - added os.getCurrentProcessId()
+- User defined pragmas are now allowed in the pragma blocks
+- Pragma blocks are now longer eliminated from the typed AST tree to preserve
+  pragmas for further analysis by macros
 
 ### Language changes