From 5506b6f433ec206fd1e764a1e9c78a3f7ec50f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Tue, 26 Mar 2019 15:32:58 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eceb8a6..dad624e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ==================