Skip to content

Commit

Permalink
Merge pull request #144 from actonlang/update-changelog
Browse files Browse the repository at this point in the history
Add forgotten entries
  • Loading branch information
plajjan authored Aug 25, 2021
2 parents 5930923 + 771427d commit 2cced91
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 @@ -29,6 +29,11 @@
computer things worked due to manually compiled files. We failed to detect
these missing type signature files in CI since the tests were not run
automatically.
- Type inference is now order independent.
- There were previously situations in which the type inferencer was unable to
do its job based on the layout / order of the code.
- `print(foo())` now correctly prints the return value of foo() rather than a
message reference (due to asynchronous evaluation).


## [0.5.1](https://github.com/actonlang/acton/releases/tag/v0.5.1) (2021-08-24)
Expand Down

0 comments on commit 2cced91

Please sign in to comment.