(Edit: solved, see second post)
I had a Table full of icons in a Panel that would tween position down, then reorder the icons, then reset the tween and play it again. (Basically to create a looping slot machine sort of effect). This was working fine until the update to 3.0.9f1 today. Now it tweens down only once, and when I call tween.ResetPosition and tween.PlayForward from OnTweenFinished, it doesn't seem to do anything. I saw in the patch notes that you made some changes to how OnTweenFinished works, but in my case it seems to have broken all the tweens. Any ideas?