Skip to content

Commit 6313ddd

Browse files
committed
Add an entry about v0.1.5 to README.
1 parent f093b46 commit 6313ddd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,11 @@ val lst = chInput.toList // List(1, 2, 3)
487487
```
488488

489489
## Changelog
490+
- #### 0.1.5 released Nov 26, 2023.
491+
- Add handling of `InterruptedException` that can occur while waiting on a channel.
492+
- Add support for priority `prioritySelect()` for channels. When several selectors are ready the first one will take precedence.
493+
- Fix race condition in `foreach()` when an exception is thrown inside the action.
494+
490495
- #### 0.1.4 released Sep 8, 2022.
491496
- Add covariance for read-only channels.
492497
- E.g. `val ch1: ReadChannel[Animal] = ch2: ReadChannel[Dog]`.

0 commit comments

Comments
 (0)