From eadd65727b0c98ef971cbcf720e65183f7921bc1 Mon Sep 17 00:00:00 2001 From: ibutskhrikidze Date: Wed, 24 May 2023 14:35:16 +0400 Subject: [PATCH 1/2] modify changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f1dcc..db310c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## \[4.3.1\] - 2023-05-02 +## \[4.3.2\] - 2023-05-24 + +### Added + +- Support for the conditional inside the nested locals without parentheses ([#138](https://github.com/amplify-education/python-hcl2/pull/129)) ### Added From b5b324ee9049ec73ebea9cbed46c95209566e71c Mon Sep 17 00:00:00 2001 From: ibutskhrikidze Date: Wed, 24 May 2023 14:39:49 +0400 Subject: [PATCH 2/2] Modify changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db310c3..810d9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Support for the conditional inside the nested locals without parentheses ([#138](https://github.com/amplify-education/python-hcl2/pull/129)) +## \[4.3.1\] - 2023-05-02 + ### Added - Support for the braces in the next line. Thanks @rout39574 ([#129](https://github.com/amplify-education/python-hcl2/pull/129))