cfscript

Language constructs
You can now use the following basic language constructs: throw, writedump, writelog, location, and trace.

Tag support
cfscript now supports the following tags: cfcomponent, cfinterface, cffunction, cfproperty, cfthread, cftransaction, cflock, cfabort, and cfthrow.

Keywords
This release has introduced keywords for abort, exit, and throw.

Operations
cfscript now supports import and new operations. New is now a keyword, so you cannot use it as a variable name.

For more information, see Extending ColdFusion Pages with CFML Scripting.