From 671f7dc58b96d8c7c3ed6e7d4f172c8014cf01df Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 5 Mar 2015 16:18:53 -0500 Subject: [PATCH] cosmetics --- releases/2010.02.md | 1 + releases/2010.05.md | 1 + releases/2011.04.md | 1 + releases/2011.06.md | 1 + releases/2011.12.md | 1 + releases/2013.06.md | 1 + releases/2015.03.md | 1 + 7 files changed, 7 insertions(+) diff --git a/releases/2010.02.md b/releases/2010.02.md index 5c0d9158..d4715d8a 100644 --- a/releases/2010.02.md +++ b/releases/2010.02.md @@ -12,3 +12,4 @@ * Now using eigen2 for linear algebra * Reorganisation of the source tree * Some bugs fixed, maybe some new bugs added + diff --git a/releases/2010.05.md b/releases/2010.05.md index c1c4ba28..1cc43b8a 100644 --- a/releases/2010.05.md +++ b/releases/2010.05.md @@ -5,3 +5,4 @@ * Added 'include ' and 'use ' statements * Old implicit '' include statement is now obsolete * Some bugs fixed, maybe some new bugs added + diff --git a/releases/2011.04.md b/releases/2011.04.md index 7405b7d1..21ec4bce 100644 --- a/releases/2011.04.md +++ b/releases/2011.04.md @@ -7,3 +7,4 @@ * DXF: output LWPOLYLINE instead of just LINE entities * Bugfixes: More robust DXF export, setting $fs/$fa to 0 caused a crash * Some bugs fixed, maybe some new bugs added + diff --git a/releases/2011.06.md b/releases/2011.06.md index c3b9eee0..15ef092b 100644 --- a/releases/2011.06.md +++ b/releases/2011.06.md @@ -7,3 +7,4 @@ * DXF output couldn't be imported into e.g. AutoCAD and Solidworks after updating to using the AutoCAD 2000 (AC1015) format. Reverted to the old entity-only output, causing LWPOLYLINES to not exported allowed anymore. + diff --git a/releases/2011.12.md b/releases/2011.12.md index ad5825d3..eeca22f5 100644 --- a/releases/2011.12.md +++ b/releases/2011.12.md @@ -39,3 +39,4 @@ * import_dxf(), import_stl() and import_off() are now deprecated. Use import() instead. * When exporting geometry from the cmd-line, use the universal -o option. It will export to the correct file format based on the given suffix (dxf, stl, off). The -x and -s parameters are still working but deprecated. * F2 and F3 for Save and Reload is now deprecated + diff --git a/releases/2013.06.md b/releases/2013.06.md index 2922990b..09a4151c 100644 --- a/releases/2013.06.md +++ b/releases/2013.06.md @@ -46,3 +46,4 @@ **Known Bugs:** * Linux: command-line png rendering on Gallium is flaky. Workaround: use CGAL --render or hardware rendering. + diff --git a/releases/2015.03.md b/releases/2015.03.md index ea2eeb29..e3d4a30f 100644 --- a/releases/2015.03.md +++ b/releases/2015.03.md @@ -34,3 +34,4 @@ **Deprecations:** * polyhedron() now takes a faces= argument rather than triangles= +