From c0a59a46443883a679c8142f25808adbf694936c Mon Sep 17 00:00:00 2001 From: Liryna Date: Mon, 30 May 2022 07:32:08 -0400 Subject: [PATCH] Changelog - Fix punctuation --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90652154..2e6acdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Changed - Kernel - Remove possible `UNCName` prefix in `Filename` during `CreateFile`. -- Library - Doc - Recommend `FindFiles` to be implemented +- Library - Doc - Recommend `FindFiles` to be implemented. - Library - Allow `FindFiles` to be optional by using `FindFilesWithPattern` with wildcard. ### Fixed