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
After some reasoning, this cannot be done without breaking compatibility with the current session file format. The main issue here is that the session file format uses literal bit fields, and an old decoder cannot have any idea of what bit an unknown identifier represents. Thus, this issue will be pushed to the future. For the more visible issues to not be blocked on this issue, forward compatibility is not supported throughout the 2.0 series.
This is important if new properties are needed for future versions and old versions should not destroy any data written by newer versions.
This can also be used to store more metadata.
The text was updated successfully, but these errors were encountered: