Skip to content

Commit 3b89849

Browse files
committed
update changeset with the change to not log a warning during dev + latest.
1 parent e7f8f8d commit 3b89849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/pretty-starfishes-judge.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Add `--compatibility-date`, `--compatibility-flags`, `--latest` cli arguments to
77
- A cli arg for adding a compatibility data, e.g `--compatibility_date 2022-01-05`
88
- A shorthand `--latest` that sets `compatibility_date` to today's date. Usage of this flag logs a warning.
99
- `latest` is NOT a config field in `wrangler.toml`.
10-
- In `dev`, when a compatibility date is not available in either `wrangler.toml` or as a cli arg, then we default to `--latest`, and log a warning.
10+
- In `dev`, when a compatibility date is not available in either `wrangler.toml` or as a cli arg, then we default to `--latest`.
1111
- In `publish` we error if a compatibility date is not available in either `wrangler.toml` or as a cli arg. Usage of `--latest` logs a warning.
1212
- We also accept compatibility flags via the cli, e.g: `--compatibility-flags formdata_parser_supports_files`

0 commit comments

Comments
 (0)