commit 1c5fff4964e43dcfbd37b0f90fc2b57a0255e1ea parent 9a8fff9b4d85a3b8d04620b4aca4d54ec2a72874 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Thu, 5 Jun 2025 18:31:29 +0200 Add Release notes for release 0.5.2 Diffstat:
| M | README.md | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -25,6 +25,12 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5.2 + +- Fix a file name in debug STL output file. +- Add debug code that output new STL files on some errors. +- Add tests. + ### Version 0.5.1 - Add `scad_get_bounding_box' API call.