Initially released to IWS Test on 20150121
Enhancements
Simplifying Header and Footers Handling
Enhancements have been made in IWS to simplify the handling of header and footers. For Delimited or TagValue source formats, you can read information from headers or footers now by simply enabling the 'Parse info from header lines' and 'Parse info from footer lines' checkboxes in the Task Format form and dragging the new 'ReadHeader' and 'ReadFooter' objects to the worksheet. You can also create headers or footers for Delimited or TagValue result message using 'MakeHeader' and 'MakeFooter' objects. These new objects can be found in the Special objects ToolBox section.
...
This issue was tracked as Item #126586.
Software Fixes
Unnecessary Error Messages When Opening XML rules
If you try to open an XML rule in 'File System' mode, you could get multiple error messages about failed open attempts of overlay include files. The code was updated to resolve this issue. These error messages are no longer displayed as these files are optional.
This issue was tracked as Item #122890.
...