From 7a6ca51e1262546ff3ec1ed93e045d74ed7f3cd8 Mon Sep 17 00:00:00 2001 From: Selena Goods Date: Wed, 17 Apr 2024 17:44:16 -0400 Subject: [PATCH] Add `plainmarkdown` breaking change entry to `v0.19.0` changelog --- .changes/0.19.0.md | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.changes/0.19.0.md b/.changes/0.19.0.md index 628bf9e..ab56e57 100644 --- a/.changes/0.19.0.md +++ b/.changes/0.19.0.md @@ -2,6 +2,7 @@ BREAKING CHANGES: +* generate: the `plainmarkdown` function now removes all markdown elements/formatting to render the output as plain text ([#332](https://github.com/hashicorp/terraform-plugin-docs/issues/332)) * schemamd: The `schemamd` package has moved to `internal/schemamd` and can no longer be imported ([#354](https://github.com/hashicorp/terraform-plugin-docs/issues/354)) * functionmd: The `functionmd` package has moved to `internal/functionmd` and can no longer be imported ([#354](https://github.com/hashicorp/terraform-plugin-docs/issues/354)) diff --git a/CHANGELOG.md b/CHANGELOG.md index aad03a3..ebea130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ BREAKING CHANGES: +* generate: the `plainmarkdown` function now removes all markdown elements/formatting to render the output as plain text ([#332](https://github.com/hashicorp/terraform-plugin-docs/issues/332)) * schemamd: The `schemamd` package has moved to `internal/schemamd` and can no longer be imported ([#354](https://github.com/hashicorp/terraform-plugin-docs/issues/354)) * functionmd: The `functionmd` package has moved to `internal/functionmd` and can no longer be imported ([#354](https://github.com/hashicorp/terraform-plugin-docs/issues/354))