Skip to content

Commit fdecdfe

Browse files
Update changelog
1 parent d48bcd9 commit fdecdfe

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

.changes/1.3.5.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.3.5 (August 17, 2023)
2+
3+
NOTES:
4+
5+
* internal: Changed provider defined method execution logs from `DEBUG` log level to `TRACE` ([#818](https://github.com/hashicorp/terraform-plugin-framework/issues/818))
6+
7+
BUG FIXES:
8+
9+
* internal/fwserver: Prevented `Invalid Element Type` diagnostics for nested attributes and blocks implementing `CustomType` field ([#823](https://github.com/hashicorp/terraform-plugin-framework/issues/823))
10+

.changes/unreleased/BUG FIXES-20230816-113531.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/NOTES-20230803-173640.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.3.5 (August 17, 2023)
2+
3+
NOTES:
4+
5+
* internal: Changed provider defined method execution logs from `DEBUG` log level to `TRACE` ([#818](https://github.com/hashicorp/terraform-plugin-framework/issues/818))
6+
7+
BUG FIXES:
8+
9+
* internal/fwserver: Prevented `Invalid Element Type` diagnostics for nested attributes and blocks implementing `CustomType` field ([#823](https://github.com/hashicorp/terraform-plugin-framework/issues/823))
10+
111
## 1.3.4 (August 03, 2023)
212

313
BUG FIXES:

0 commit comments

Comments
 (0)