Skip to content

Commit e6c698f

Browse files
committed
Add CHANGELOG entry for Envs
1 parent f84ea7d commit e6c698f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ and this project adheres to
2424
- cosmwasm-std: Add `WriteAcknowledgement` to `Ibc2Msg` - ([#2425])
2525
- cosmwasm-vm: Add `ibc2_packet_timeout` entrypoint - ([#2454])
2626
- cosmwasm-std: Add `Ibc2PacketTimeoutMsg` message - ([#2454])
27+
- cosmwasm-std: Add `cosmwasm_std::testing::Envs`, which is an `Env` factory for
28+
testing environments. It auto-increments block heights and timestamps. It
29+
allows for advanced configurations such as custom address prefixes. ([#2442])
2730

2831
## Changed
2932

@@ -104,6 +107,7 @@ and this project adheres to
104107
[#2432]: https://github.com/CosmWasm/cosmwasm/pull/2432
105108
[#2433]: https://github.com/CosmWasm/cosmwasm/pull/2433
106109
[#2438]: https://github.com/CosmWasm/cosmwasm/pull/2438
110+
[#2442]: https://github.com/CosmWasm/cosmwasm/pull/2442
107111
[#2450]: https://github.com/CosmWasm/cosmwasm/pull/2450
108112
[#2454]: https://github.com/CosmWasm/cosmwasm/pull/2454
109113
[#2458]: https://github.com/CosmWasm/cosmwasm/pull/2458

0 commit comments

Comments
 (0)