From 1d1690e455b4f9e8b29f0de5900cd69fa76a8805 Mon Sep 17 00:00:00 2001 From: Ivan De Marino Date: Tue, 3 May 2022 10:14:21 +0100 Subject: [PATCH] Adding CHANGELOG entry for the work done in https://github.com/hashicorp/terraform-plugin-docs/pull/99 and cherry-picked here --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cbeb08..52909c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ENHANCEMENTS: * template functions: Added `split` to help separating a string into substrings ([#70](https://github.com/hashicorp/terraform-plugin-docs/pull/70)). + +BUG FIXES: + +* cmd/tflugindocs: Allow documentation generation for schemas containing empty nested attributes or empty nested blocks ([#99](https://github.com/hashicorp/terraform-plugin-docs/pull/99), [#XX](https://github.com/hashicorp/terraform-plugin-docs/pull/XX)) # 0.7.0 (March 15, 2022)