From d6c53e897b2e0377e0b9f5fbf45eb45fbe8d2770 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Mon, 5 Jul 2021 09:42:43 +0500 Subject: [PATCH] docs: update changelog (#1323) --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index e46891954c..c84424c493 100644 --- a/changelog.md +++ b/changelog.md @@ -4,16 +4,19 @@ ### Features: +- Added GitHub action that automatically builds and releases a binary - The `--release` flag for the `build` command adds the ability to release binaries in a tarball with a checksum file. - Added the flag `--no-default-module` to the command `starport app` to prevent scaffolding a default module when creating a new app - Added support for multiple naming conventions for component names and field names - Print created and modified files when scaffolding a new component - Introduce `starport tools` command for advanced users. Existing `starport relayer lowlevel *` commands are also moved under `tools`. +- Added `faucet.rate_limit_window` property to `config.yml` ### Fixes: - Use snake case for generated files - Prevent using incorrect module name +- Fixed permissions issue when using Starport in Docker ## `v0.16.1`