DT4b2 - 'classify' AppleScript command requires a 'tags' argument

The classify AppleScript command is documented in the dictionary with the ‘tags’ argument as optional. In DT4b2, however, it appears the argument is required: it’s a runtime error not to supply it. This change breaks compatibility with scripts written against DT3.

It’s actually required but should be optional:

The next beta will revise this.

Ah, Script Debugger shows it as optional! Thanks for looking at this.