Hi guys, I've noticed with 4.10 rc there are a some changes that break our app compilation in this case, one method went from mx_internal to public (setSelectedIndex in ListBase) and a method added to an interface (removeItem in IList). My question is, are this king of changes listed anywhere?
Both are easy to fix but why making setSelectedIndex public? -- João Fernandes