I noticed in the release notes this line:
FIX: Eliminated all runtime uses of ‘foreach’, seeing as it causes memory leaks on iOS.
Are these real leaks or is it just the enumerators waiting to get garbage collected. We're using foreach pretty often in our code and I'm wondering if we need to replace them all.