diff --git a/changelog.md b/changelog.md index b3e5745c6da36..aeb6987c47a31 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 `` 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 10fcb6fce74b7..45a8cbc449ee4 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