Added assign() to deprecation list

master
Marius Kintel 2015-03-09 11:58:46 -04:00
parent 4db81672ca
commit 891b484bdc
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
**Deprecations:**
* polyhedron() now takes a faces= argument rather than triangles=
* assign() is no longer needed. Local variables can be created in any scope
# OpenSCAD 2014.03
**Language Features:**

View File

@ -34,4 +34,4 @@
**Deprecations:**
* polyhedron() now takes a faces= argument rather than triangles=
* assign() is no longer needed. Local variables can be created in any scope