From e4b900f297982fcac6d32e6734d338367f823c33 Mon Sep 17 00:00:00 2001 From: hneemann Date: Fri, 26 Feb 2021 09:33:24 +0100 Subject: [PATCH] updates the release notes --- distribution/ReleaseNotes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt index d6a57d616..baf6279a5 100644 --- a/distribution/ReleaseNotes.txt +++ b/distribution/ReleaseNotes.txt @@ -1,7 +1,6 @@ Release Notes HEAD, planned as v0.27 - - Added fixed point and floating point number formats. - Added a CSV truth table export and import. - Added a search field to the component tree view. @@ -11,6 +10,11 @@ HEAD, planned as v0.27 To avoid this, open the .digital.cfg file and remove the containing the ExpressionFormat if it's present. +v0.26.1 released on 26. Feb. 2021 +- fixes a bug that prevents a short from being detected + when no component is involved. +- fixes an issue in the importer of logisim hex files. + v0.26, released on 25. Jan. 2021 - Performance improvement of the simulation start. - Improved the gui to modify the k-map layout.