Skip to content

Commit

Permalink
Add deprecation to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO committed Sep 1, 2024
1 parent e1f9783 commit ef4b404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

- The `gleam/otp/static_supervisor` module has been added, containing bindings
to Erlang/OTP's supervisor module.
- Add `port_from_dynamic` for decoding an
[Erlang Port](https://www.erlang.org/doc/system/ports).
- Deprecated `Port`. Use `gleam_erlang` `Port` instead.

## v0.10.0 - 2024-03-11

Expand Down
1 change: 0 additions & 1 deletion src/gleam_otp_external.erl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ convert_system_message({From, Ref}, Request) when is_pid(From) ->
Other -> {unexpected, Other}
end.


process_status({status_info, Module, Parent, Mode, DebugState, State}) ->
Data = [
get(), Mode, Parent, DebugState,
Expand Down

0 comments on commit ef4b404

Please sign in to comment.