- The syntax for declaring the return type for a handler, or handler type has been changed to
[ 'returns' 'nothing' | 'returns' <Type> ]. - The previous syntax
as <Type>oras undefinedwill continue to be supported until dp-4 at which point it will be removed along with theundefinedtype keyword. - The compiler will emit warnings for the use of the deprecated syntax.