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