Skip to content

Commit 3ad6a70

Browse files
authored
Merge pull request amplify-education#121 from amplify-education/prepare-for-release
Update CHANGELOG.md
2 parents e4d2a8e + 3c0818b commit 3ad6a70

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## \[4.3.0\] - 2022-01-16
9+
10+
### Added
11+
12+
- Add tests for multiline comments inside a tuple ([#118](https://github.com/amplify-education/python-hcl2/pull/118))
13+
- Add `__begin_line__` and `__end_line__` meta parameters ([#120](https://github.com/amplify-education/python-hcl2/pull/120))
14+
- Add feature to parse comments in function args and list elems ([#119](https://github.com/amplify-education/python-hcl2/pull/119))
15+
16+
### Fixed
17+
18+
- Support empty heredoc and fix catastrophic backtracking issue ([#117](https://github.com/amplify-education/python-hcl2/pull/117))
19+
20+
### Changed
21+
22+
- Use Lark with its cache feature, instead of creating a standalone parser by @erezsh ([#53](https://github.com/amplify-education/python-hcl2/pull/53))
23+
- Refactor tests ([#114](https://github.com/amplify-education/python-hcl2/pull/114))
24+
- Remove pycodestyle, add black, add numerous pre-commit checks ([#115](https://github.com/amplify-education/python-hcl2/pull/115))
25+
826
## \[4.2.0\] - 2022-12-28
927

1028
### Added

0 commit comments

Comments
 (0)