File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 60
60
(ISO 40314).
61
61
- ` macros.eqIdent ` is now invariant to export markers and backtick quotes.
62
62
- ` 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.
63
65
64
66
65
67
## Language additions
Original file line number Diff line number Diff line change 1
1
# vx.xx.x - yyyy-mm-dd
2
2
3
+ This is an example file.
4
+ The changes should go to changelog.md!
5
+
3
6
4
7
## Changes affecting backwards compatibility
5
8
13
16
14
17
15
18
## Library additions
16
- - ` set[T].len ` is now an alias for ` set[T].card ` (cardinality)
17
19
18
20
## Library changes
19
- - ` macros.basename ` and ` basename= ` got support for ` PragmaExpr ` ,
20
- so that an expression like ` MyEnum {.pure.} ` is handled correctly.
21
21
22
22
## Language additions
23
23
You can’t perform that action at this time.
0 commit comments