mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
We changed the type of file browser state from NSDictionary → NSData in 4a1e9113f3.
While we do check the type of the object read, previous versions did not, so if the user runs latest version of TextMate, and then downgrades, they will have state that cannot be read by the older version of TextMate (and will cause exception during launch, incase file browser state is restored).