diff --git a/CHANGELOG.md b/CHANGELOG.md index b788dc8..0045a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] ### Bug Fixes +- Read leading module header from main.tf ([#154](https://github.com/segmentio/terraform-docs/issues/154)) +- Read leading comment lines if description is not provided ([#151](https://github.com/segmentio/terraform-docs/issues/151)) - Reimplement '--no-sort' to be compatible with Terraform 0.12 configuration ([#141](https://github.com/segmentio/terraform-docs/issues/141)) ### Code Refactoring @@ -24,6 +26,8 @@ ### BREAKING CHANGE +- In the JSON format respone, module "Comment" has been renamed to module `header`. + - For simplicity we've decided to deprecated the old `--sort-inputs-by-required` flag to the simpler and more generic `--sort--by-required`.