summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-01-08 15:20:30 +0100
committernarimiran <narimiran@disroot.org>2020-01-08 15:20:30 +0100
commit5e9ebe9ec1d1df62e3b1347bb7b8c9c8a08a3cc5 (patch)
tree5a75a76d38c567aa3bb9deeefe39a4e8bd1b50a4 /changelog.md
parent15043d35b88ab0c37f7d007b09eddf1cbe85fa31 (diff)
downloadNim-5e9ebe9ec1d1df62e3b1347bb7b8c9c8a08a3cc5.tar.gz
move entries from the wrong changelog file [ci skip]
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index b3e5745c6..aeb6987c4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -60,6 +60,8 @@
   (ISO 40314).
 - `macros.eqIdent` is now invariant to export markers and backtick quotes.
 - `htmlgen.html` allows `lang` on the `<html>` tag and common valid attributes.
+- `macros.basename` and `basename=` got support for `PragmaExpr`,
+  so that an expression like `MyEnum {.pure.}` is handled correctly.
 
 
 ## Language additions