Skip to content

Commit 653d9f3

Browse files
Update changelog
1 parent e339254 commit 653d9f3

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.changes/0.17.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.17.0 (June 28, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* tfprotov5: Added `DynamicValue` type `IsNull` method, which enables checking if the value is null without type information and fully decoding underlying data ([#305](https://github.com/hashicorp/terraform-plugin-go/issues/305))
6+
* tfprotov6: Added `DynamicValue` type `IsNull` method, which enables checking if the value is null without type information and fully decoding underlying data ([#305](https://github.com/hashicorp/terraform-plugin-go/issues/305))
7+

.changes/unreleased/ENHANCEMENTS-20230627-125806.yaml

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

.changes/unreleased/ENHANCEMENTS-20230627-125912.yaml

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.17.0 (June 28, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* tfprotov5: Added `DynamicValue` type `IsNull` method, which enables checking if the value is null without type information and fully decoding underlying data ([#305](https://github.com/hashicorp/terraform-plugin-go/issues/305))
6+
* tfprotov6: Added `DynamicValue` type `IsNull` method, which enables checking if the value is null without type information and fully decoding underlying data ([#305](https://github.com/hashicorp/terraform-plugin-go/issues/305))
7+
18
## 0.16.0 (June 16, 2023)
29

310
ENHANCEMENTS:

0 commit comments

Comments
 (0)