All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fix issue where in some environments, multiple threads will attempt file reconstruction simultaneously and attempt to read deleted files.
- Fix issue where in environments, calling
os.unlink
oros.remove
to quickly after closing a file handle results in an error.
- Initial release