Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Oct 29, 2024
1 parent 38e9308 commit 9ed5776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This documents notable changes in DistributedNext.jl. The format is based on
### Fixed
- Fixed behaviour of `isempty(::RemoteChannel)`, which previously had the
side-effect of taking an element from the channel ([#3]).
- Improved thread-safety, such that it should be safe to start workers with
multiple threads and send messages between them ([#4]).

### Changed
- Added a `project` argument to [`addprocs(::AbstractVector)`](@ref) to specify
Expand Down

0 comments on commit 9ed5776

Please sign in to comment.