Skip to content

Commit

Permalink
move entries from the wrong changelog file [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Jan 8, 2020
1 parent 15043d3 commit 5e9ebe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions changelogs/changelog_X_XX_X.md
Original file line number Diff line number Diff line change
@@ -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

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

Expand Down

0 comments on commit 5e9ebe9

Please sign in to comment.