Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Feb 28, 2021
1 parent 3d15df0 commit 4866f1b
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 @@ -201,6 +201,10 @@ provided by the operating system.

- `typedesc[Foo]` now renders as such instead of `type Foo` in compiler messages.

- 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 @@ -232,6 +236,7 @@ provided by the operating system.

- Added `then`, `catch` to `asyncjs`, for now hidden behind `-d:nimExperimentalAsyncjsThen`.


## Tool changes

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

0 comments on commit 4866f1b

Please sign in to comment.