From a4e40085173a656e22250f09aa03e6ba6c84dc34 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 24 Oct 2023 16:43:25 +0200 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c23cd262..733aec2956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ### Changed +- all: Upgrade cosmjs-types to 0.9.0. This makes a few fields non-optional. It + changes all 64 bit int fields from type `long` to `bigint`. As part of the + upgrade, the types do not require the `long` and `protobufjs` anymore. + ([#1484]) - Drop support for Node.js 14 and add support for Node.js 20. ([#1421]) - @cosmjs/tendermint-rpc: Remove `Adaptor` abstractions which are not needed anymore by haing a dedicated client for each backend. @@ -16,6 +20,7 @@ and this project adheres to `connectComet` for auto-detecting the right client for a provided endpoint. [#1421]: https://github.com/cosmos/cosmjs/issues/1421 +[#1484]: https://github.com/cosmos/cosmjs/pull/1484 ### Deprecated