We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ce19e commit 91077f5Copy full SHA for 91077f5
docs/src/_changelog.md
@@ -12,13 +12,13 @@ This documents notable changes in DistributedNext.jl. The format is based on
12
### Fixed
13
- Fixed a cause of potential hangs when exiting the process ([#16]).
14
15
-## [v1.0.0] - 2024-12-02
16
-
17
### Added
18
- A watcher mechanism has been added to detect when both the Distributed stdlib
19
and DistributedNext may be active and adding workers. This should help prevent
20
incompatibilities from both libraries being used simultaneously ([#10]).
21
+## [v1.0.0] - 2024-12-02
+
22
23
- Fixed behaviour of `isempty(::RemoteChannel)`, which previously had the
24
side-effect of taking an element from the channel ([#3]).
0 commit comments