Dynamic Properties - The editor now checks accessing class dynamic properties, i.e. properties that were not declared, according to their access.
Annotating 'foreach' Control Variables - The type of control variables can now be annotated using 'inlined DocComment'. The same works for the key variable as well.
More Control Flow Diagnostics - In cases where a function has a mixed return type-hint, the missing return is now reported.
Debug Improvements:
Array item types are shown - When inspecting arrays, the debugger determines the type of array items and shows the array object more conveniently.
Editing private properties - You can now change a value of a private property during debugging session.
Publish Log Level - Added a log level setting to publish profiles. Turn on 'Diagnostic' log level to find out what exactly is going on during the publishing process - detailed information will be written to 'Publish' output pane.
Improvements:
Updated Attribute class definition.
Generated getter/setter snippet (through a property code action) now respects static keywords.
DocComments now allow type hints to be enclosed in parentheses.