diff --git a/CHANGELOG.md b/CHANGELOG.md index 518bd0f3de..d39dc8e7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [#1879](https://github.com/FuelLabs/fuel-core/pull/1879): Return the old behaviour for the `discovery_works` test. - [#1848](https://github.com/FuelLabs/fuel-core/pull/1848): Added `version` field to the `Block` and `BlockHeader` GraphQL entities. Added corresponding `version` field to the `Block` and `BlockHeader` client types in `fuel-core-client`. - [#1873](https://github.com/FuelLabs/fuel-core/pull/1873/): Separate dry runs from block production in executor code, remove `ExecutionKind` and `ExecutionType`, remove `thread_block_transaction` concept, remove `PartialBlockComponent` type, refactor away `inner` functions. +- [#1900](https://github.com/FuelLabs/fuel-core/pull/1900): Update the root README as `fuel-core run` no longer has `--chain` as an option. It has been replaced by `--snapshot`. ## [Version 0.26.0] diff --git a/README.md b/README.md index f30d2b61f0..409d50a077 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,10 @@ USAGE: fuel-core run [OPTIONS] OPTIONS: - --chain - Specify either an alias to a built-in configuration or filepath to a JSON file [default: - local_testnet] + --snapshot + Snapshot from which to do (re)genesis. Defaults to local testnet configuration + + [env: SNAPSHOT=] ... ```