You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved performance when codingPath is being computed a lot (e.g., because the decoding has a lot of errors being thrown and caught)
More accurate results for codingPath - there are no longer any known issues with it, and in some cases it's more accurate than Apple
Fixed theoretical use-after-free issue in a situation where a KeyedDecodingContainer or UnkeyedDecodingContainer were to somehow live on after the parent decoder has been deallocated