diff --git a/.changelog/44.txt b/.changelog/44.txt new file mode 100644 index 000000000..ce9541450 --- /dev/null +++ b/.changelog/44.txt @@ -0,0 +1,3 @@ +```release-note:feature +Added interfaces extending the attr.Type interface to include attribute and element types. +``` diff --git a/.changelog/46.txt b/.changelog/46.txt new file mode 100644 index 000000000..cad78d9f1 --- /dev/null +++ b/.changelog/46.txt @@ -0,0 +1,3 @@ +```release-note:feature +Added state, config, and plan types, and support for getting values from them. +```