Skip to content

Commit c886e46

Browse files
update changelog for 8.0.0rc2 (#273)
1 parent 43dd96f commit c886e46

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
- Nothing yet.
1111

12-
## \[8.0.0\] - rc1
12+
## \[8.0.0\] - rc2
1313

1414
### Added
1515

1616
- Full architecture overhaul: bidirectional HCL2 ↔ JSON pipeline with typed rule classes. ([#203](https://github.com/amplify-education/python-hcl2/pull/203))
17+
- add function tuples round-trip test suite ([#268](https://github.com/amplify-education/python-hcl2/pull/268))
18+
- Add postlexer to support multiline binary operators and ternary expressions ([#270](https://github.com/amplify-education/python-hcl2/pull/270))
19+
- more robust whitespace handling in reconstruction ([#271](https://github.com/amplify-education/python-hcl2/pull/271))
20+
- SerializationOptions - add an option to strip string quotes in dict/JSON output ([#272](https://github.com/amplify-education/python-hcl2/pull/272))
1721
- CLAUDE.md ([#260](https://github.com/amplify-education/python-hcl2/pull/260))
1822

1923
### Fixed
2024

2125
- Ternary with strings parse error ([#55](https://github.com/amplify-education/python-hcl2/issues/55))
26+
- "No terminal matches '|' in the current parser context" when parsing multi-line conditional ([#142](https://github.com/amplify-education/python-hcl2/issues/142))
2227
- reverse_transform not working with object-type variables ([#231](https://github.com/amplify-education/python-hcl2/issues/231))
2328
- reverse_transform not handling nested functions ([#235](https://github.com/amplify-education/python-hcl2/issues/235))
2429
- `writes` omits quotes around map keys with `/` ([#236](https://github.com/amplify-education/python-hcl2/issues/236))
@@ -29,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2934
- Interpolation literals added to locals/variables in maps ([#252](https://github.com/amplify-education/python-hcl2/issues/252))
3035
- Object literal expression can't be serialized ([#253](https://github.com/amplify-education/python-hcl2/issues/253))
3136
- Heredocs should interpret backslash literally ([#262](https://github.com/amplify-education/python-hcl2/issues/262))
37+
- Parsing a multi-line multi-conditional expression causes exception - Unexpected token Token('QMARK', '?') ([#269](https://github.com/amplify-education/python-hcl2/issues/269))
3238

3339
### Changed
3440

0 commit comments

Comments
 (0)