Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.1.0 - 2025-08-04

- Refernce to deprecated function `process.try_call` was removed from
`call` function documentation.

## v1.1.0 - 2025-07-15

- The `call` function in the `gleam/otp/actor` module gains the labels
Expand Down
3 changes: 1 addition & 2 deletions src/gleam/otp/actor.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,7 @@ pub fn send(subject: Subject(msg), msg: msg) -> Nil {
/// process.
///
/// If a reply is not received within the given timeout then the sender process
/// crashes. If you wish to receive a `Result` rather than crashing see the
/// `process.try_call` function.
/// crashes.
///
/// This is a re-export of `process.call`, for the sake of convenience.
///
Expand Down