Skip to content

Commit

Permalink
Mention fix for OwnedEnv::send_and_clear in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
evnu committed Jan 28, 2020
1 parent 181ef0b commit d015b04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support newtype and tuple structs for `NifTuple` and `NifRecord`
- `rustler::Error::Term` encoding an arbitrary boxed encoder, returning `{:error, term}`

### Fixes

- Fixed a segfault caused by `OwnedEnv::send_and_clear`

### Changes

- Renamed `Pid` to `LocalPid` to clarify that it can't point to a remote process
Expand Down

0 comments on commit d015b04

Please sign in to comment.