diff --git a/ci/release/changelogs/v0.2.11.md b/ci/release/changelogs/v0.2.11.md new file mode 100644 index 0000000..34b82c4 --- /dev/null +++ b/ci/release/changelogs/v0.2.11.md @@ -0,0 +1,11 @@ +#### Features ๐Ÿš€ + +- TALA's core algorithm seed can be specified. + +#### Improvements ๐Ÿงน + +- Reduces edge crossings such that no port swaps can result in less crossings. + +#### Bugfixes โ›‘๏ธ + +- Fixes an alignment issue with descendants. [#15](https://github.com/terrastruct/TALA/issues/15)