Update change log.

This commit is contained in:
Sönke Ludwig 2019-03-26 15:32:58 +01:00
parent a48f8f00bd
commit 5506b6f433

View file

@ -1,3 +1,13 @@
1.6.2 - 2019-03-26
==================
- Fixed `listDirectory`/`iterateDirectory` to not throw when encountering inaccessible files - [pull #142][issue142]
- Added `FileInfo.isFile` to be able to distinguish between regular and special files (by Francesco Mecca) - [pull #141][issue141]
[issue141]: https://github.com/vibe-d/vibe-core/issues/141
[issue142]: https://github.com/vibe-d/vibe-core/issues/142
1.6.1 - 2019-03-10
==================