Fix formatting in MIGARTION.md (#2855)
This commit is contained in:
parent
c9531aa242
commit
198cd5dbc5
@ -11,9 +11,11 @@
|
|||||||
- Related: `EmulatorBuilder` uses a single function to provide a `Qemu` initializer: `EmulatorBuilder::qemu_parameters`. For now, it can be either a `Vec<String>` or a `QemuConfig` instance.
|
- Related: `EmulatorBuilder` uses a single function to provide a `Qemu` initializer: `EmulatorBuilder::qemu_parameters`. For now, it can be either a `Vec<String>` or a `QemuConfig` instance.
|
||||||
- Related: Qemu's `AsanModule` does not need any special call to `Qemu` init methods anymore. It is now possible to simply initialize `AsanModule` (or `AsanGuestModule`) with a reference to the environment as parameter.
|
- Related: Qemu's `AsanModule` does not need any special call to `Qemu` init methods anymore. It is now possible to simply initialize `AsanModule` (or `AsanGuestModule`) with a reference to the environment as parameter.
|
||||||
- `CustomBufHandlers` has been deleted. Please use `EventManagerHooksTuple` from now on.
|
- `CustomBufHandlers` has been deleted. Please use `EventManagerHooksTuple` from now on.
|
||||||
|
- Trait restrictions have been simplified
|
||||||
- The `UsesState` and `UsesInput` traits have been removed in favor of regular Generics.
|
- The `UsesState` and `UsesInput` traits have been removed in favor of regular Generics.
|
||||||
- For the structs/traits that used to use `UsesState`, we bring back the generic for the state.
|
- For the structs/traits that used to use `UsesState`, we bring back the generic for the state.
|
||||||
- For `UsesState`, you can access to the input type through `HasCorpus` and `Corpus` traits
|
- For `UsesState`, you can access to the input type through `HasCorpus` and `Corpus` traits
|
||||||
|
- The `State` trait is now private in favour of individual and more specific traits
|
||||||
|
|
||||||
# 0.14.0 -> 0.14.1
|
# 0.14.0 -> 0.14.1
|
||||||
- Removed `with_observers` from `Executor` trait.
|
- Removed `with_observers` from `Executor` trait.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user