From 33b2d92d9dc7217f0844bc005cdfb5453315f2c3 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sat, 1 Dec 2018 15:22:53 +0100 Subject: [PATCH] updated release notes --- distribution/ReleaseNotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt index 08dc728ca..9e714af28 100644 --- a/distribution/ReleaseNotes.txt +++ b/distribution/ReleaseNotes.txt @@ -2,6 +2,7 @@ Release Notes HEAD, planned as v0.21 +- Added a simple SVG importer to define custom shapes. - Added an FSM editor, which allows to input a fsm, creating a associated truth table and finally allows to create a circuit which implements the FSM. - Added a divider component.