# Changelog

## v0.2.0 - 2021-09-11

- Updated for Gleam v0.17.0.

## v0.1.6 - 2021-08-02

- Updated to use the new `#()` tuple syntax.

## v0.1.5 - 2021-06-01

- Warnings fixed for current versions of Gleam.

## v0.1.4 - 2020-12-31

- Port messages are no longer treated as regular channel messages by 
  receivers.

## v0.1.3 - 2020-11-07

- The `gleam/otp/actor.ErlangStartResult` type has been re-added.
- The `gleam/otp/actor` module now re-exports the `pid` function of the
  `gleam/otp/process` module.

## v0.1.2 - 2020-11-02

- The `gleam/otp/actor.ErlangStartResult` type has been removed.

## v0.1.1 - 2020-10-31

- The `gleam/otp/process.Sender` type is now opaque.

## v0.1.0 - 2020-10-31

- Initial minimal release.
