From 09175f6040a0b0150a594b3b29720784db78d5aa Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 6 Dec 2022 09:23:37 -0800 Subject: [PATCH] v0.2.6 --- ci/release/changelogs/v0.2.6.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ci/release/changelogs/v0.2.6.md diff --git a/ci/release/changelogs/v0.2.6.md b/ci/release/changelogs/v0.2.6.md new file mode 100644 index 0000000..cb8f0a1 --- /dev/null +++ b/ci/release/changelogs/v0.2.6.md @@ -0,0 +1,5 @@ +#### Improvements 🧹 + +- Route between table columns, instead of just tables, to show the exact relationship in Entity Relationship (ER) diagrams +- Improved consistency in the automatic direction of layouts +- `make install` defaults to installation to `/usr/local` as before but now if `/usr/local` is not accessible to the current user, it will use `~/.local` instead of prompting for sudo. You can pass `--prefix /usr/local` to force installation into `/usr/local` with a prompt for sudo.