From bb61ead7c43e027f99cb31cd92d8012d8e70a245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Tue, 12 Nov 2024 14:38:15 -0500 Subject: [PATCH] mini clarify change-log --- docs/release-notes/change-log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/change-log.md b/docs/release-notes/change-log.md index dd8ab8c8..49c1ab38 100644 --- a/docs/release-notes/change-log.md +++ b/docs/release-notes/change-log.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased * Commands `run`, `gui` and `info` now accept the new standard package definition (ex: `ethereum-common@latest`) to reference an spkg file from https://substreams.dev -* Changed `substreams run`: the two positional parameters now align with `gui`: `[package [module_name]]`. Before, it was using fuzzy heuristics to see if a single param was a module name or a package name. You need to be more explicit now, like `gui`. +* Changed `substreams run`: the two positional parameters now align with `gui`: `[package [module_name]]`. The syntax `substreams run ` is not accepted anymore. * Added `substreams publish` to `publish` a package on the substreams registry (check on `https://substreams.dev`). * Added `substreams registry` to `login` and `publish` on the substreams registry (check on `https://substreams.dev`). * Added `substreams tools extract-wasm` to extract a wasm file from a substreams package.