Skip to content

Commit

Permalink
docs: updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 18, 2024
1 parent 9d6097b commit fa136ae
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@

## [Unreleased]

### API Breaking Changes
### Features

- Improved the query helpers. (https://github.com/srdtrk/cw-ica-controller/pull/114)
- Changed `call` to `execute` in `helpers.rs`. (https://github.com/srdtrk/cw-ica-controller/pull/114)
- Added support for ICA queries. (https://github.com/srdtrk/cw-ica-controller/issues/88)

### API Breaking Changes

- Added a `query_result` field to `IcaControllerCallbackMsg`. (https://github.com/srdtrk/cw-ica-controller/pull/118)
- Added a `queries` field to `ExecuteMsg::SendCosmosMsgs`. (https://github.com/srdtrk/cw-ica-controller/pull/118)
- Improved the query helpers. (https://github.com/srdtrk/cw-ica-controller/pull/114)
- Changed `call` to `execute` in `helpers.rs`. (https://github.com/srdtrk/cw-ica-controller/pull/114)
- Removed support for `proto3json` encoding. (https://github.com/srdtrk/cw-ica-controller/pull/92)
- Removed `tx_encoding` field from `ChannelOpenInitOptions`. (https://github.com/srdtrk/cw-ica-controller/pull/92)
- Removed `ExecuteMsg::SendCustomIcaMessages`. (https://github.com/srdtrk/cw-ica-controller/pull/92)

### State Breaking Changes

- Removed support for CosmWasm (and wasmvm) version `v1.3`. (https://github.com/srdtrk/cw-ica-controller/pull/90)

## v0.5.0 (2024-02-05)

### Features
Expand Down

0 comments on commit fa136ae

Please sign in to comment.