diff --git a/doc/release-notes/0.7.5.md b/doc/release-notes/0.7.5.md new file mode 100644 index 00000000..bc587ae6 --- /dev/null +++ b/doc/release-notes/0.7.5.md @@ -0,0 +1,14 @@ +Antimony 0.7.5 +-------------- + +This is a pretty minor release feature-wise, but it's got a few simple +fixes that will speed up performance when designing large models. + +**Features:** +- More nodes (thanks, Neil!). +- Limit size of script output window. +- Adding `str` input type for scripting + +**Bugfixes:** +- Cache certain types of lookups to make redrawing graph window faster. +- Improve node change detection to make adding new nodes faster.