diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9613f145d7..81f90cdc48 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,7 @@ Even though we will gladly assist you in finishing up your PR, try to: - run `cargo +nightly fmt` on your code before pushing - check the output of `cargo clippy --all` or `./scripts/clippy.sh` (On windows use `.\scripts\clippy.ps1`) - run `cargo build --no-default-features` to check for `no_std` compatibility (and possibly add `#[cfg(feature = "std")]`) to hide parts of your code. +- Please add and describe your changes to MIGRATION.md if you change the APIs. Some of the parts in this list may be hard, don't be afraid to open a PR if you cannot fix them by yourself, so we can help. diff --git a/MIGRATION.md b/MIGRATION.md new file mode 100644 index 0000000000..a5f8f942e0 --- /dev/null +++ b/MIGRATION.md @@ -0,0 +1 @@ +# 0.14.0 -> 0.14.1 \ No newline at end of file