diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-04 18:03:33 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-04 18:03:33 (GMT) |
commit | ba8aa515d14cf270c9d0fdf50b4c7c55b3c416a8 (patch) | |
tree | 5691a56b93e3b91d0f2d13df764efce2e2e3eb87 /RELEASE_NOTES | |
parent | 7337f86c96451f92235abe528119ab4116786ee7 (diff) |
Disabled the old include syntax; i.e. without the include keyword
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a954c45..295f6f4 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,10 @@ +OpenSCAD 2012.XX +================ + +Deprecations: +o The old include syntax "<filename.scad>" without the include keyword is no + longer supported and will cause a syntax error. + OpenSCAD 2011.12 ================ |