diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-17 04:20:26 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-17 04:20:26 (GMT) |
commit | 181d19b753a232164841c287d2f57359e024edfb (patch) | |
tree | 44f676e2c8835888c40a591e7f113f735a94749b /RELEASE_NOTES | |
parent | fda235eb9bfec1c6b615633434ed92140f94bfe7 (diff) |
Removed confusing entry
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1de208a..455515c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -8,7 +8,6 @@ o Recursive use of modules is now supported (including cascading child() operati https://github.com/openscad/openscad/blob/master/examples/example024.scad o Parameter list values can now depend on earlier values, e.g. for (i=[0:2], j=[0:i]) .. o value assignments in parameters can now depend on already declared parameters -o value reassignment is now less strict o Added resize() module: http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#resize |