Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertSzydlik authored and lpil committed Sep 30, 2024
1 parent 61364c9 commit 7b3004d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## v0.26.1 - TBD

- Add `reference_from_dynamic` to `gleam/erlang` for decoding references
[Erlang Reference](https://www.erlang.org/doc/system/data_types#reference)

## v0.26.0 - 2024-08-19

- Add `port_from_dynamic` for decoding
- Add `port_from_dynamic` for decoding
[Erlang Port](https://www.erlang.org/doc/system/ports).
- Add `gleam/erlang/port` and the `Port` type.

Expand Down

0 comments on commit 7b3004d

Please sign in to comment.