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 | |
parent | 15043d35b88ab0c37f7d007b09eddf1cbe85fa31 (diff) | |
download | Nim-5e9ebe9ec1d1df62e3b1347bb7b8c9c8a08a3cc5.tar.gz |
move entries from the wrong changelog file [ci skip]
-rw-r--r-- | changelog.md | 2 | ||||
-rw-r--r-- | changelogs/changelog_X_XX_X.md | 6 |
2 files changed, 5 insertions, 3 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 diff --git a/changelogs/changelog_X_XX_X.md b/changelogs/changelog_X_XX_X.md index 10fcb6fce..45a8cbc44 100644 --- a/changelogs/changelog_X_XX_X.md +++ b/changelogs/changelog_X_XX_X.md @@ -1,5 +1,8 @@ # vx.xx.x - yyyy-mm-dd +This is an example file. +The changes should go to changelog.md! + ## Changes affecting backwards compatibility @@ -13,11 +16,8 @@ ## Library additions -- `set[T].len` is now an alias for `set[T].card` (cardinality) ## Library changes -- `macros.basename` and `basename=` got support for `PragmaExpr`, - so that an expression like `MyEnum {.pure.}` is handled correctly. ## Language additions |