From 3cd605182fe24c8c251e370e65900801188cb562 Mon Sep 17 00:00:00 2001 From: Daniel Orner Date: Tue, 27 Feb 2024 14:48:39 -0500 Subject: [PATCH] Bump version to 0.7 --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) 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: ... } }`