From 4ff2354eb0161a74937f837b9d7edbb1ce9d1fa5 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 10 May 2024 00:45:27 +0000 Subject: [PATCH] Update CHANGELOG for v1.1.45 ***NO_CI*** --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3081c9..9ec9275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ ## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/System.IO.FileSystem/tree/HEAD) -[Full Changelog](https://github.com/nanoframework/System.IO.FileSystem/compare/v1.1.36...HEAD) +[Full Changelog](https://github.com/nanoframework/System.IO.FileSystem/compare/v1.1.41...HEAD) + +**Documentation and other chores:** + +- Update 1 NuGet dependencies [\#101](https://github.com/nanoframework/System.IO.FileSystem/pull/101) +- Fix Path.GetFullPath\(\) [\#100](https://github.com/nanoframework/System.IO.FileSystem/pull/100) +- Several fixes for `Path` [\#99](https://github.com/nanoframework/System.IO.FileSystem/pull/99) + +## [v1.1.41](https://github.com/nanoframework/System.IO.FileSystem/tree/v1.1.41) (2024-04-10) + +[Full Changelog](https://github.com/nanoframework/System.IO.FileSystem/compare/v1.1.36...v1.1.41) **Implemented enhancements:**