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 cf7a4d2 commit 4e28902Copy full SHA for 4e28902
docs/src/_changelog.md
@@ -7,13 +7,15 @@ CurrentModule = DistributedNext
7
This documents notable changes in DistributedNext.jl. The format is based on
8
[Keep a Changelog](https://keepachangelog.com).
9
10
-## [v1.0.0] - 2024-12-02
+## Unreleased
11
12
### Added
13
- A watcher mechanism has been added to detect when both the Distributed stdlib
14
and DistributedNext may be active and adding workers. This should help prevent
15
incompatibilities from both libraries being used simultaneously ([#10]).
16
17
+## [v1.0.0] - 2024-12-02
18
+
19
### Fixed
20
- Fixed behaviour of `isempty(::RemoteChannel)`, which previously had the
21
side-effect of taking an element from the channel ([#3]).
0 commit comments