Skip to content

Commit 6729922

Browse files
author
Ivan De Marino
committed
Adding CHANGELOG entry
1 parent cc8ec27 commit 6729922

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changelog/32.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
```release-note:breaking-change
2-
Renaming package `validatordiag` to be at `helpers/validatordiag`.
2+
Renaming package `validatordiag` to be at `helpers/validatordiag`
33
```
44

55
```release-note:feature
6-
Introduced `schemavalidator` package with 4 new validation functions: `RequiredWith()`, `ConflictsWith()`, `AtLeastOneOf()`, `ExactlyOneOf()`.
6+
Introduced `schemavalidator` package with 4 new validation functions: `RequiredWith()`, `ConflictsWith()`, `AtLeastOneOf()`, `ExactlyOneOf()`
77
```
88

99
```release-note:feature
10-
Introduced `helpers/attributepath`, useful when needing to print out in a practitioner-friendly format instanceas of `tftypes.AttributePath`.
10+
Introduced `helpers/attributepath`, useful when needing to print out in a practitioner-friendly format instanceas of `tftypes.AttributePath`
1111
```

.changelog/42.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:feature
2+
Introduced `genericvalidator` package with 4 new validation functions: `OneOf()`, `NoneOf()`
3+
```

0 commit comments

Comments
 (0)