In HOutputHandlerOptions, you now have the ability to set page margins for printing. To use this option, set the HOutputHandlerOptions::m_PageMargins variable with an array of four floats defining the left, right, bottom and top margins in inches.
The method HUtility::TwoPassPrint now can print scenes of unlimited size.
The HPlot2D class has now let's you set the aspect ratio with HPlot2D::SetAspectRatio and the axis precision with HPlot2D::SetAxisPrecision.
HBaseView now uses an isolated driver so that when the Update method is called on a certain HBaseView, only the driver instance associated with that view gets updated.
There are no functional changes in this release.
No methods were deprecated in this release.