Skip to content

Commit ae633cb

Browse files
committed
Add migrating entry
1 parent a127f86 commit ae633cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MIGRATING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ major releases of `cosmwasm`. Note that you can also view the
125125
+CosmosMsg::Any(AnyMsg { type_url, value })
126126
```
127127

128+
- Replace all direct construction of `StdError` with use of the corresponding
129+
constructor:
130+
131+
```diff
132+
-StdError::GenericErr { msg }
133+
+StdError::generic_err(msg)
134+
```
135+
128136
## 1.4.x -> 1.5.0
129137

130138
- Update `cosmwasm-*` dependencies in Cargo.toml (skip the ones you don't use):

0 commit comments

Comments
 (0)