diff options
author | narimiran <narimiran@disroot.org> | 2020-01-08 15:20:30 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-01-08 15:20:30 +0100 |
commit | 5e9ebe9ec1d1df62e3b1347bb7b8c9c8a08a3cc5 (patch) | |
tree | 5a75a76d38c567aa3bb9deeefe39a4e8bd1b50a4 /changelog.md | |
parent | 15043d35b88ab0c37f7d007b09eddf1cbe85fa31 (diff) | |
download | Nim-5e9ebe9ec1d1df62e3b1347bb7b8c9c8a08a3cc5.tar.gz |
move entries from the wrong changelog file [ci skip]
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
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 |