From 5a80d0e6c368333df3ba02faeb2f634d11fae496 Mon Sep 17 00:00:00 2001 From: fossand Date: Sun, 6 Aug 2023 22:49:11 -0700 Subject: [PATCH] Include smithy init cache template directory change in release 1.36.0 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd3fd3f603e..677f552904e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Updated init command to honor quiet setting ([#1889](https://github.com/smithy-lang/smithy/pull/1889)) * Updated appearance of smithy init list output ([#1901](https://github.com/smithy-lang/smithy/pull/1901)) * Added exceptions for invalid paths in template definition ([#1907](https://github.com/smithy-lang/smithy/pull/1907)) +* Added Cache template directory in init command ([#1896](https://github.com/smithy-lang/smithy/pull/1896)) * Check for existing directory when creating template with init ([#1885](https://github.com/smithy-lang/smithy/pull/1885)) ### Documentation