Skip to content

Commit 2b8c553

Browse files
committed
Improve CHANGELOG
1 parent cd87530 commit 2b8c553

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ and this project adheres to
2626
- cosmwasm-std: Allow constructing `SupplyResponse` via a `Default`
2727
implementation ([#1552], [#1560]).
2828
- cosmwasm-std: Add `Never` type which cannot be instantiated. This can be used
29-
as the error type for the `ibc_packet_receive` to gain confidence that the
30-
implementations never errors and the transaction does not get reverted.
29+
as the error type for `ibc_packet_receive` or `ibc_packet_ack` to gain
30+
confidence that the implementations never errors and the transaction does not
31+
get reverted. ([#1513])
3132

3233
[#1436]: https://github.com/CosmWasm/cosmwasm/issues/1436
3334
[#1437]: https://github.com/CosmWasm/cosmwasm/issues/1437
3435
[#1481]: https://github.com/CosmWasm/cosmwasm/pull/1481
3536
[#1478]: https://github.com/CosmWasm/cosmwasm/pull/1478
37+
[#1513]: https://github.com/CosmWasm/cosmwasm/pull/1513
3638
[#1533]: https://github.com/CosmWasm/cosmwasm/pull/1533
3739
[#1550]: https://github.com/CosmWasm/cosmwasm/issues/1550
3840
[#1552]: https://github.com/CosmWasm/cosmwasm/pull/1552

0 commit comments

Comments
 (0)