Breaking changes
- Removed
file::path() method (#176). As discussed in #165, here and here, using a temporary file path instead of its handle can lead to security vulnerabilities
- Removed
tmp::filebuf (#178)
Other changes
- Replaced directory labels with prefixes (#171)
- Added
file::native_handle for C++17 mode (#172)
Full changelog: v2.1...v3