Skip to content

Commit 3c9080d

Browse files
committed
Update changelog
1 parent 1e4b52f commit 3c9080d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/_changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This documents notable changes in DistributedNext.jl. The format is based on
1212
### Fixed
1313
- Fixed behaviour of `isempty(::RemoteChannel)`, which previously had the
1414
side-effect of taking an element from the channel ([#3]).
15+
- Improved thread-safety, such that it should be safe to start workers with
16+
multiple threads and send messages between them ([#4]).
1517

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

0 commit comments

Comments
 (0)