Skip to content

Commit 5e9ebe9

Browse files
committed
move entries from the wrong changelog file [ci skip]
1 parent 15043d3 commit 5e9ebe9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
(ISO 40314).
6161
- `macros.eqIdent` is now invariant to export markers and backtick quotes.
6262
- `htmlgen.html` allows `lang` on the `<html>` tag and common valid attributes.
63+
- `macros.basename` and `basename=` got support for `PragmaExpr`,
64+
so that an expression like `MyEnum {.pure.}` is handled correctly.
6365

6466

6567
## Language additions

changelogs/changelog_X_XX_X.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# vx.xx.x - yyyy-mm-dd
22

3+
This is an example file.
4+
The changes should go to changelog.md!
5+
36

47
## Changes affecting backwards compatibility
58

@@ -13,11 +16,8 @@
1316

1417

1518
## Library additions
16-
- `set[T].len` is now an alias for `set[T].card` (cardinality)
1719

1820
## Library changes
19-
- `macros.basename` and `basename=` got support for `PragmaExpr`,
20-
so that an expression like `MyEnum {.pure.}` is handled correctly.
2121

2222
## Language additions
2323

0 commit comments

Comments
 (0)