From 2b7ee9913b606c5f6ca2dcafb491f0c5e4c4955f Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 4 Mar 2021 23:40:48 +0200 Subject: [PATCH] - wrong date in the CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c76911c..2d3d94fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,16 @@ CHANGELOG for FlatCAM beta ================================================= +4.03.2021 + +- fixed Punch Gerber Tool to work in new conditions +- fixed creating positive films in Film Tool, because of recent changes + 3.03.2021 - fixed errors on project load, in ParseGerber and Extract and Punch Gerber Plugins due of refactoring the 'apertures' attribute to 'tools' - aperture keys in the gerber 'tools' dictionary are now stored as integers instead of strings as before; need to check the application especially the Gerber Editor - fixed issues in Gerber Editor (using the '0' instead of 'REG' type for apertures) -- fixed Punch Gerber Tool to work in new conditions -- fixed creating positive films in Film Tool, because of recent changes 2.03.2021