Skip to content

Commit 9ce9fe3

Browse files
author
Stjepan Glavina
committed
Bump to v2.4.0g
1 parent 1846752 commit 9ce9fe3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 2.4.0
2+
3+
- `Event::new()` is now a const fn.
4+
15
# Version 2.3.3
26

37
- Fix a bug in `List::insert()` that was causing deadlocks.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "event-listener"
3-
version = "2.3.3"
3+
version = "2.4.0"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
description = "Notify async tasks or threads"

0 commit comments

Comments
 (0)