Skip to content

Commit

Permalink
[ci skip] add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jul 12, 2019
1 parent 8fa8b42 commit 170fe5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

- Make public `Sha1Digest` and `Sha1State` types and `newSha1State`, `update` and `finalize` procedures from `sha1` module. (#11694)

- Added `macros.genAst` that fixes all issues with `quote do` (#11722)

## Language additions

Expand All @@ -40,5 +41,10 @@

- VM can now cast integer type arbitrarily. (#11459)

- VM FFI now works with {.importc, dynlib.}, when using -d:nimHasLibFFI (#11635)

- importc procs with a body are now executed in the VM as if importc wasn't specified,
this allows using {.rtl.} procs at CT, making -d:useNimRtl work in more cases,
e.g. compiling nim itself (#11635)

## Bugfixes

0 comments on commit 170fe5d

Please sign in to comment.