move entries from the wrong changelog file [ci skip]

This commit is contained in:
narimiran
2020-01-08 15:20:30 +01:00
parent 15043d35b8
commit 5e9ebe9ec1
2 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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