From 2f98e69c2463c756d002a239dc799d2d30274e81 Mon Sep 17 00:00:00 2001 From: AndrewFossAWS <108305217+AndrewFossAWS@users.noreply.github.com> Date: Mon, 7 Aug 2023 07:03:44 -0700 Subject: [PATCH] Include smithy init cache template directory change in release 1.36.0 changelog (#1910) --- 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