From de3f8683e23449ad75341809a9c2572df1b31ed6 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 4 Jul 2021 14:44:30 +0800 Subject: [PATCH] Updated change log --- packages/static/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/static/CHANGELOG.md b/packages/static/CHANGELOG.md index 9f3a6d50..e3b9925f 100644 --- a/packages/static/CHANGELOG.md +++ b/packages/static/CHANGELOG.md @@ -4,7 +4,7 @@ * Fixed NNBD related issues * Added logging to `VirtualDirectory` and `CachingVirtualDirectory` to capture exception -* Auto detect and change file separator when POSIX file system is on Windows and vice versa +* Auto detect and change file separator when POSIX file system is used on Windows and vice versa * Fixed `push_state_test` unit test failure on Windows * 12/12 unit tests passed