Skip to content

Commit

Permalink
Add plainmarkdown breaking change entry to v0.19.0 changelog (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBGoods committed Apr 18, 2024
1 parent 45dd248 commit e6e13a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changes/0.19.0.md
Expand Up @@ -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))

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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))

Expand Down

0 comments on commit e6e13a7

Please sign in to comment.