Skip to content

Commit e117fea

Browse files
committed
MIGRATING.md update
1 parent aeec617 commit e117fea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

MIGRATING.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ major releases of `cosmwasm`. Note that you can also view the
77
## 1.0.0 -> 1.1.0
88

99
- There are changes to how we generate schemas, resulting in less boilerplace
10-
maintenance for smart contract devs. The changes are backwards-compatible -
11-
old contracts will continue working for a while, but it's highly recommended
12-
to migrate now.
10+
maintenance for smart contract devs. Old contracts will continue working for a
11+
while, but it's highly recommended to migrate now.
1312

1413
Your contract should have a `cosmwasm_schema` dependency in its `Cargo.toml`
1514
file. Move it from `dev-dependencies`to regular `dependencies`.
@@ -86,6 +85,10 @@ major releases of `cosmwasm`. Note that you can also view the
8685
}
8786
```
8887

88+
This changes the format of the schemas generated by the contract. They're now in
89+
one structured, unified file (parseable by machines) rather than a bunch of
90+
arbitrary ones.
91+
8992
## 1.0.0-beta -> 1.0.0
9093

9194
- The minimum Rust supported version is 1.56.1. Verify your Rust version is >=

0 commit comments

Comments
 (0)