Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Apr 8, 2021
1 parent e5c2663 commit 54a950d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@
- `nim e` now accepts arbitrary file extensions for the nimscript file,
although `.nims` is still the preferred extension in general.

- Added `iterable[T]` type class to match called iterators, which enables writing:
`template fn(a: iterable)` instead of `template fn(a: untyped)`


## Compiler changes

- Added `--declaredlocs` to show symbol declaration location in messages.
Expand Down Expand Up @@ -339,6 +343,7 @@
- `--hint:CC` now goes to stderr (like all other hints) instead of stdout.



## Tool changes

- The rst parser now supports markdown table syntax.
Expand Down

0 comments on commit 54a950d

Please sign in to comment.