From f0d5f31ed1a2a16a637b9def272e9ea20b44d1ff Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 12 Apr 2022 15:45:05 +0200 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec556a3..c278ae6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,14 @@ and this project adheres to - @cosmjs/math: Add `Decimal.zero` and `Decimal.one` ([#1110]). +### Changed + +- @cosmjs/faucet: Docker build image is 90 % smaller now (from 500 MB to 50 MB) + due to build system optimizations ([#1120], [#1121]). + [#1110]: https://github.com/cosmos/cosmjs/issues/1110 +[#1120]: https://github.com/cosmos/cosmjs/pull/1120 +[#1121]: https://github.com/cosmos/cosmjs/pull/1121 ## [0.28.3] - 2022-04-11