Skip to content

Commit

Permalink
Add MIGRATION.md (AFLplusplus#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka authored and riesentoaster committed Nov 26, 2024
1 parent f9814a6 commit f4e527f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 0.14.0 -> 0.14.1

0 comments on commit f4e527f

Please sign in to comment.