You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all notable changes to this project will be documented in this file
2
+
3
+
the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Common Changelog](https://common-changelog.org/), and this project vaguely adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
4
+
5
+
## unreleased
6
+
7
+
### changed
8
+
9
+
- reactive collections `MutableVec` and `MutableBTreeMap` are now lock-free and managed by entities and components
10
+
-`Signal*Clone` renamed to `Signal*DynClone`
11
+
12
+
### added
13
+
14
+
-`SignalProcessing``SystemSet` for scheduling systems around signal processing
15
+
-`MutableVec` and `MutableBTreeMap` can be built from with `FromWorld`, `&mut World`, and `&mut Commands`
0 commit comments