AutoIt:
- Fixed #1332: Mod() forced a conversion to floating point numbers when it didn't need to which can cause unexpected output.
- Fixed #1321: DllStructCreate() did not support _ in data names. Documented valid characters for data name.
- Fixed #1322: Crash when using ControlCommand("GetSelected") on non-Edit controls.
- Fixed #1328: StringFormat() was no longer accepting sequences such as 0s.
UDFs:
- Fixed #1312: Errors with _GUIImageList_BeginDrag() example.
- Fixed #1320: _GUIImageList_DragMove() documentation contained a parameter that doesn't exist.
- Fixed #1325: Some date functions could attempt to access an invalid array.
- Fixed: Invalid syntax in MenuConstants.au3.