Skip to content

Commit

Permalink
More changes to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Jan 21, 2020
1 parent 97741e4 commit 0772a77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Version 0.5.0
* Supports async await using Tokio.
* Supports async / await using Tokio as the executor.
* Question mark operator can now be used (errors are printed to stderr).
* Now requires rustc >= 1.40.0
* REPL now support multiline input (thanks Thom Chiovoloni!)
* Don't use lld on MacOS, it's broken (thanks Thom Chiovoloni)
* Don't use lld on MacOS, it's broken (thanks Thom Chiovoloni for figuring this
out)

# Version 0.4.7
* Fixed segfault if executing code without variables followed by code with
Expand Down

0 comments on commit 0772a77

Please sign in to comment.