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 131c531 commit 482e191Copy full SHA for 482e191
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Changelog
2
3
[unreleased]
4
+- (placeholder)
5
6
+## v0.6.1
7
- Implemented `UpdateEl` for `Filter` and `FilterMap`.
8
- Added method `El::is_custom(&self)`.
9
- Fixed custom elements patching (#325).
@@ -29,7 +31,6 @@
29
31
- Added flag `#![forbid(unsafe_code)]` so the Seed will be marked as a safe library by the Rust community tools.
30
32
- Removed `clone` restriction from the method `Effect::map_msg`.
33
- Implemented `UpdateEl` for `FlatMap`.
-- Adapted to Rust 1.41.0.
34
35
## v0.5.1
36
- [BREAKING] `MessageMapper::map_message` changed to `MessageMapper::map_msg`.
0 commit comments