From 5b31eb51b177a79f7ac8113561609bd3e006dfa1 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 26 Sep 2023 11:57:58 -0700 Subject: [PATCH] v0.3.11 --- ci/release/changelogs/v0.3.11.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ci/release/changelogs/v0.3.11.md diff --git a/ci/release/changelogs/v0.3.11.md b/ci/release/changelogs/v0.3.11.md new file mode 100644 index 0000000..ae399d7 --- /dev/null +++ b/ci/release/changelogs/v0.3.11.md @@ -0,0 +1,10 @@ +#### Improvements 🧹 + +- Connections from a `sql_table` column and a non-column will now route to the specific column +- Reduce scenarios where nodes could end up far from a connected node with a fixed position +- Reduce rare scenarios where a subgraph within a container could end up far from other subgraphs connected to shapes outside the container + +#### Bugfixes ⛑️ + +- Fixes a rare bug resulting in non-deterministic layouts +- Fixes scenarios where trees could become very wide with excessive spacing between subtrees