Skip to content

Commit df6b5a9

Browse files
v7.0.0 release (#205)
1 parent a8b7269 commit df6b5a9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## \[7.0.0\] - 2025-03-27
9+
10+
### Added
11+
12+
- `Limitations` section to README.md ([#200](https://github.com/amplify-education/python-hcl2/pull/200))
13+
14+
### Fixed
15+
16+
- Issue handling heredoc with delimiter within text itself ([#194](https://github.com/amplify-education/python-hcl2/pull/194))
17+
- Various issues with parsing object elements ([#197](https://github.com/amplify-education/python-hcl2/pull/197))
18+
- Dictionary -> hcl2 reconstruction of `null` values ([#198](https://github.com/amplify-education/python-hcl2/pull/198))
19+
- Inaccurate parsing of `null` values in some cases ([#206](https://github.com/amplify-education/python-hcl2/pull/206))
20+
- Missing parenthesis in arithemetic expressions ([#194](https://github.com/amplify-education/python-hcl2/pull/199))
21+
- Noticeable overhead when loading hcl2.reconstructor module ([#202](https://github.com/amplify-education/python-hcl2/pull/202))
22+
- Escaped string interpolation (e.g. `"$${aws:username}"`) parsing ([#200](https://github.com/amplify-education/python-hcl2/pull/200))
23+
24+
### Removed
25+
26+
- Support for parsing interpolations nested more than 2 times (known-issue) ([#200](https://github.com/amplify-education/python-hcl2/pull/200))
27+
828
## \[6.1.1\] - 2025-02-13
929

1030
### Fixed

0 commit comments

Comments
 (0)