﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3867	Script Breaking Changes in 'SecurityConstants.au3'	OJBakker	Jpm	"There are 2 undocumented script breaking changes in 'SecurityConstants.au3'
The constants $RIGHTS_DELETE and $STANDARD_RIGHTS_DELETE have been changed in version 3.3.16.0. These changes are not in the changelog and should be reported in the Script Breaking Changes UDF part.

{{{#include <SecurityConstants.au3>

; Const in AutoIt3-v3.3.14.5
Local $iBug1 = $RIGHTS_DELETE
Local $iBug2 = $SYNCHRONIZE
; Const in AutoIt3-v3.3.16.0
Local $iBug1NewName = $STANDARD_RIGHTS_DELETE
Local $iBug2NewName = $STANDARD_RIGHTS_SYNCHRONIZE
}}}
"	Bug	closed	3.3.15.6	Documentation	3.3.16.0	None	Fixed		
