Document semver changes

This commit is contained in:
Ian Jackson 2022-06-07 10:57:43 +01:00
parent e8fc1036d3
commit 8eb215bf81
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
BREAKING: Channels now require a SleepProvider

View File

@ -0,0 +1 @@
BREAKING: Runtime subtraits (eg SleepProvider) are now all Clone + Send + Sync + 'static