diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cae91809..4e0e513e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - fix(docs): corrected stale and missing API reference links in usage.json metadata([#1803](https://github.com/fastly/cli/pull/1803)) ### Enhancements: +- fix(compute/init): Add starter kits for C++ language [#1807](https://github.com/fastly/cli/pull/1807) ### Dependencies: - build(deps): `github.com/bodgit/sevenzip` from 1.6.1 to 1.6.2 ([#1795](https://github.com/fastly/cli/pull/1795)) diff --git a/scripts/config.sh b/scripts/config.sh index 2249be686..c9cd2f0dc 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -19,6 +19,8 @@ kits=( compute-starter-kit-rust-static-content compute-starter-kit-rust-websockets compute-starter-kit-typescript + compute-starter-kit-cpp-default + compute-starter-kit-cpp-empty ) function parse() {