Skip to content

Commit 3bb5e66

Browse files
committed
Fix changelog
The watcher entry was accidentally added under the v1 changelog.
1 parent deaeaf5 commit 3bb5e66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/_changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ CurrentModule = DistributedNext
77
This documents notable changes in DistributedNext.jl. The format is based on
88
[Keep a Changelog](https://keepachangelog.com).
99

10-
## [v1.0.0] - 2024-12-02
10+
## Unreleased
1111

1212
### Added
1313
- A watcher mechanism has been added to detect when both the Distributed stdlib
1414
and DistributedNext may be active and adding workers. This should help prevent
1515
incompatibilities from both libraries being used simultaneously ([#10]).
1616

17+
## [v1.0.0] - 2024-12-02
18+
1719
### Fixed
1820
- Fixed behaviour of `isempty(::RemoteChannel)`, which previously had the
1921
side-effect of taking an element from the channel ([#3]).

0 commit comments

Comments
 (0)