1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00
file/CHANGELOG
2016-10-01 18:43:52 +01:00

18 lines
342 B
Plaintext

### 0.1.3
- Add recursive mkdir()
- EioDriver and UvDriver now pass O_TRUNC in file\put()
### 0.1.2
- Make UvHandle throw FilesystemException instead of \RuntimeException
### 0.1.1
- UID / GID must be ignored when -1
- A bugfix in php-uv extension regarding lengths read was fixed; removed ugly workaround
0.1.0
-----
- Initial release