From 218ea7451aaa48c096937bb0b3aebe3622b2189e Mon Sep 17 00:00:00 2001 From: Erik Soehnel Date: Wed, 10 May 2023 09:13:28 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81eb928..e9f6fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - `nonStrict` creates a non-strict `record` runtype from a provided `record` runtype - a non-strict `record` runtype will ignore keys that are not specified in the original runtype's typemap - non-strict `record` runtypes will replace `sloppyRecord` runtypes +- fix: allow literal booleans as type-discriminators in discriminated unions, see [#98](https://github.com/hoeck/simple-runtypes/issues/98) ### 7.1.3