v0.2.6
This commit is contained in:
parent
cd47fc8dd7
commit
09175f6040
1 changed files with 5 additions and 0 deletions
5
ci/release/changelogs/v0.2.6.md
Normal file
5
ci/release/changelogs/v0.2.6.md
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue