From 2c3375e55c530648a72b07b53480651631043e09 Mon Sep 17 00:00:00 2001 From: Selena Goods Date: Mon, 1 Jul 2024 12:57:15 -0400 Subject: [PATCH] knownvalue: Add `Int32Exact` and `Float32Exact` checks (#356) * Add `float32exact` and `int32exact` types * Update website documentation * Add changelog entries * Update changelog wording --- .changes/unreleased/ENHANCEMENTS-20240626-163240.yaml | 5 +++++ .changes/unreleased/ENHANCEMENTS-20240626-163311.yaml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/unreleased/ENHANCEMENTS-20240626-163240.yaml create mode 100644 .changes/unreleased/ENHANCEMENTS-20240626-163311.yaml diff --git a/.changes/unreleased/ENHANCEMENTS-20240626-163240.yaml b/.changes/unreleased/ENHANCEMENTS-20240626-163240.yaml new file mode 100644 index 000000000..7f31ac2ea --- /dev/null +++ b/.changes/unreleased/ENHANCEMENTS-20240626-163240.yaml @@ -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" diff --git a/.changes/unreleased/ENHANCEMENTS-20240626-163311.yaml b/.changes/unreleased/ENHANCEMENTS-20240626-163311.yaml new file mode 100644 index 000000000..b6c29f5ba --- /dev/null +++ b/.changes/unreleased/ENHANCEMENTS-20240626-163311.yaml @@ -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"