Skip to content

Commit

Permalink
Update CHANGELOG for PR #1499
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jan 7, 2017
1 parent d0bfc48 commit 4b4a5ee
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 @@ -16,6 +16,7 @@ All notable changes to the Pony compiler and standard library will be documented
- AST annotations (RFC 27) (PR #1485)
### Changed

- Always allow writing to `_` (dontcare) (PR #1499)
- Methods returning their receiver to allow call chaining have been changed to return either None or some useful value. Generalised method chaining implemented in version 0.9.0 should be used as a replacement. The full list of updated methods follows. No details means that the method now returns None.
- builtin.Seq
- reserve
Expand Down

0 comments on commit 4b4a5ee

Please sign in to comment.