Skip to content

Commit

Permalink
Update CHANGELOG for PR #2550 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Feb 21, 2018
1 parent 40085d2 commit 6b51282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to the Pony compiler and standard library will be documented

### Fixed

- Correctly typecheck FFI arguments with regard to aliasing ([PR #2550](https://github.com/ponylang/ponyc/pull/2550))
- Allow tuples to match empty interfaces ([PR #2532](https://github.com/ponylang/ponyc/pull/2532))
- Properly report default argument inference errors ([PR #2504](https://github.com/ponylang/ponyc/pull/2504))
- Do not catch foreign exceptions in Pony try blocks. This still doesn't work on Windows, foreign code doesn't catch foreign exceptions if they've traversed a Pony frame. ([PR #2466](https://github.com/ponylang/ponyc/pull/2466))
Expand Down

0 comments on commit 6b51282

Please sign in to comment.