From 32f1d61f90d4647133325e3332ddf3dc5669890b Mon Sep 17 00:00:00 2001 From: Jeffrey Jangli Date: Thu, 24 May 2018 09:33:10 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0786994be..acacdf102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Version 2.2.2 (2018-XX-XX) - Issue #434: `Directory.Move` operation worked in v2.0.1, but now fails in v.2.2.1 - Issue #436: `Directory.GetFiles()` with relative path (Thx stellarbear) - Issue #437: Fixed `PathTooLongException` for boundary case of directory name length in `Path.NormalizePath` (Thx okrushelnitsky) +- Issue #441: `InvalidOperationException` on `Directory.EnumerateFileSystemEntries()` (Thx CyberSinh) + Version 2.2.1 (2018-04-05) -------------