Link issue to changelog

This commit is contained in:
Milan Steiner 2022-03-11 10:08:11 +01:00
parent 52837a2a75
commit a89ca5fa0e

View File

@ -45,7 +45,7 @@ and this project adheres to
wordlist is shipped. ([#966]) wordlist is shipped. ([#966])
- @cosmjs/cli: Rename binary `cosmwasm-cli` to `cosmjs-cli` ([#1033]). - @cosmjs/cli: Rename binary `cosmwasm-cli` to `cosmjs-cli` ([#1033]).
- @cosmjs/stargate & @cosmjs/cosmwasm-stargate: Removed default types from AminoTypes. ([1079]) - @cosmjs/stargate & @cosmjs/cosmwasm-stargate: Removed default types from AminoTypes. ([1079])
- @cosmjs/cosmwasm-stargate: getCodes() automatically loops through all pagination pages now. - @cosmjs/cosmwasm-stargate: getCodes() automatically loops through all pagination pages now. ([#1078])
[#927]: https://github.com/cosmos/cosmjs/issues/927 [#927]: https://github.com/cosmos/cosmjs/issues/927
[#955]: https://github.com/cosmos/cosmjs/issues/955 [#955]: https://github.com/cosmos/cosmjs/issues/955
@ -57,6 +57,7 @@ and this project adheres to
[#1026]: https://github.com/cosmos/cosmjs/issues/1026 [#1026]: https://github.com/cosmos/cosmjs/issues/1026
[#1033]: https://github.com/cosmos/cosmjs/issues/1033 [#1033]: https://github.com/cosmos/cosmjs/issues/1033
[#1053]: https://github.com/cosmos/cosmjs/issues/1053 [#1053]: https://github.com/cosmos/cosmjs/issues/1053
[#1078]: https://github.com/cosmos/cosmjs/issues/1078
[#1079]: https://github.com/cosmos/cosmjs/issues/1079 [#1079]: https://github.com/cosmos/cosmjs/issues/1079
### Removed ### Removed