diff --git a/CHANGELOG b/CHANGELOG index 0d78566..3b685b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ # UNRELEASED +# 0.7 - 2024-02-27 + - Fix: Union types are now flattened (i.e. if a union has a type which is another union, they will be combined). - Feature / breaking change: add `preserve_non_string_maps` and change default behavior to turn all maps into string-keyed ones. - Fix: Flatten any instances of `{type: { type: ... } }`