star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit bd50d264f496e0e61b37c81f76ff19da6691dccf
parent 778d84ab930c3d0f1efbab203c33babaefe5464a
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 19 Apr 2024 14:56:07 +0200

Add Release notes for version 0.4.1

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -23,6 +23,13 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.4.1 + +- Add scad_dump_geometry() API call that can be called from a debugging session +- Remove an invalid assert +- Fix build that used gmsh library in Release when Debug should have been used +- Improve logs + ### Version 0.4 - Upgrade to gmsh 4.12.2