Added
- Add tests for multiline comments inside a tuple ([118](https://github.com/amplify-education/python-hcl2/pull/118))
- Add `__begin_line__` and `__end_line__` meta parameters ([120](https://github.com/amplify-education/python-hcl2/pull/120))
- Add feature to parse comments in function args and list elems ([119](https://github.com/amplify-education/python-hcl2/pull/119))
Fixed
- Support empty heredoc and fix catastrophic backtracking issue ([117](https://github.com/amplify-education/python-hcl2/pull/117))
Changed
- Use Lark with its cache feature, instead of creating a standalone parser by erezsh ([53](https://github.com/amplify-education/python-hcl2/pull/53))
- Refactor tests ([114](https://github.com/amplify-education/python-hcl2/pull/114))
- Remove pycodestyle, add black, add numerous pre-commit checks ([115](https://github.com/amplify-education/python-hcl2/pull/115))