Skip to content

Commit

Permalink
knownvalue: Add Int32Exact and Float32Exact checks (#356)
Browse files Browse the repository at this point in the history
* Add `float32exact` and `int32exact` types

* Update website documentation

* Add changelog entries

* Update changelog wording
  • Loading branch information
SBGoods authored and austinvalle committed Jul 10, 2024
1 parent a1da161 commit 2c3375e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240626-163240.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: 'knownvalue: Add `Int32Exact` check for int32 value testing.'
time: 2024-06-26T16:32:40.387821-04:00
custom:
Issue: "356"
5 changes: 5 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240626-163311.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: ENHANCEMENTS
body: 'knownvalue: Add `Float32Exact` check for float32 value testing.'
time: 2024-06-26T16:33:11.495969-04:00
custom:
Issue: "356"

0 comments on commit 2c3375e

Please # to comment.