File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## \[ Unreleased\]
99
10- - Nothing yet.
10+ - Nothing yet
11+
12+ ## \[ 8.0.0\] - Unreleased
13+
14+ ### Added
15+
16+ - Full architecture overhaul: bidirectional HCL2 ↔ JSON pipeline with typed rule classes. ([ #203 ] ( https://github.com/amplify-education/python-hcl2/pull/203 ) )
17+
18+ ### Fixed
19+
20+ - Object literal expression can't be serialized ([ #253 ] ( https://github.com/amplify-education/python-hcl2/issues/253 ) )
21+ - Interpolation literals added to locals/variables in maps ([ #252 ] ( https://github.com/amplify-education/python-hcl2/issues/252 ) )
22+ - Literal string "string" incorrectly quoted ([ #251 ] ( https://github.com/amplify-education/python-hcl2/issues/251 ) )
23+ - jsonencode not deserialized correctly ([ #250 ] ( https://github.com/amplify-education/python-hcl2/issues/250 ) )
24+ - Empty string dictionary keys can't be parsed twice ([ #249 ] ( https://github.com/amplify-education/python-hcl2/issues/249 ) )
25+ - Operator precedence bug ([ #248 ] ( https://github.com/amplify-education/python-hcl2/issues/248 ) )
26+ - ` writes ` omits quotes around map keys with ` / ` ([ #236 ] ( https://github.com/amplify-education/python-hcl2/issues/236 ) )
27+ - reverse_transform not handling nested functions ([ #235 ] ( https://github.com/amplify-education/python-hcl2/issues/235 ) )
28+ - reverse_transform not working with object-type variables ([ #231 ] ( https://github.com/amplify-education/python-hcl2/issues/231 ) )
29+ - Ternary with strings parse error ([ #55 ] ( https://github.com/amplify-education/python-hcl2/issues/55 ) )
30+ - Heredocs should interpret backslash literally ([ #262 ] ( https://github.com/amplify-education/python-hcl2/issues/262 ) )
31+
32+ ### Changed
33+
34+ - Updated package metadata: development status, dropped Python 3.7 support. ([ #263 ] ( https://github.com/amplify-education/python-hcl2/pull/263 ) )
1135
1236## \[ 7.3.1\] - 2025-07-24
1337
You can’t perform that action at this time.
0 commit comments