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 1846752 commit 9ce9fe3Copy full SHA for 9ce9fe3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.4.0
2
+
3
+- `Event::new()` is now a const fn.
4
5
# Version 2.3.3
6
7
- Fix a bug in `List::insert()` that was causing deadlocks.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "event-listener"
-version = "2.3.3"
+version = "2.4.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Notify async tasks or threads"
0 commit comments