Skip to content

Commit 91077f5

Browse files
committed
Fix changelog
The watcher entry was accidentally added under the v1 changelog.
1 parent 06ce19e commit 91077f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/_changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This documents notable changes in DistributedNext.jl. The format is based on
1212
### Fixed
1313
- Fixed a cause of potential hangs when exiting the process ([#16]).
1414

15-
## [v1.0.0] - 2024-12-02
16-
1715
### Added
1816
- A watcher mechanism has been added to detect when both the Distributed stdlib
1917
and DistributedNext may be active and adding workers. This should help prevent
2018
incompatibilities from both libraries being used simultaneously ([#10]).
2119

20+
## [v1.0.0] - 2024-12-02
21+
2222
### Fixed
2323
- Fixed behaviour of `isempty(::RemoteChannel)`, which previously had the
2424
side-effect of taking an element from the channel ([#3]).

0 commit comments

Comments
 (0)