0.2.0
- Removed undefined behavior in the Windows implementation of
OsStrBytes::from_bytes
- It was previously used to provide stronger guarantees about data integrity, but avoiding undefined behavior is more important. There should be no visible change in the results of methods from this crate.
- Remaining safety concerns are documented.