From ccf3192bb6755d2b2d139f0552170b99e1f997de Mon Sep 17 00:00:00 2001 From: Rob Fletcher Date: Sun, 25 Apr 2021 11:11:18 -0700 Subject: [PATCH] changelog for next release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e1686d..a7e94350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## 0.30.1 Ascending Ivory = 2021-04-11 +## 0.31.0 Ashen Forests - 2021-04-22 + +- Incomplete assertion chains now throw `IncompleteAssertion`. +- Suppresses class name in the `toString` of exceptions thrown by Strikt assertions. +- Updates `strikt-arrow` to support recent changes in the Arrow library. + +## 0.30.1 Ascending Ivory - 2021-04-11 - Fixes an issue where pending assertion chains in a block took precedence over failures, causing false positives. See [#243](https://github.com/robfletcher/strikt/issues/243)