- fixed issue #489 - missing pywin module requirement in the requirements.txt file

This commit is contained in:
Marius Stanciu
2021-01-06 23:39:21 +02:00
committed by Marius
parent f1c216478c
commit 9c270ba83d
2 changed files with 6 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ CHANGELOG for FlatCAM beta
- fixed a bug in Paint Tool when doing Painting Area Selection and nothing is no polygon is in the selections to be painted
- fixed Isolation, Paint and NCC Tools to use the Tool Type parameter from Preferences on adding new tools and also setting the 'type' key in tools dict correctly
- fixed the export_dxf and export_svg Tcl commands
- fixed issue #489 - missing `pywin` module requirement in the `requirements.txt` file
5.01.2021