From 996266353f1aad9076a761b121841056a4ec8423 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Tue, 9 Apr 2024 17:35:36 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cff13472..49a2b2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## 5.18.4 | 6.6.4 — 07.04.2024 * Fixed script not checking version correctly; -* Script-wide improved compiling .NET code compatibility when `%COMPUTERNAME%` is equal to `%USERNAME%`; -* Fixed `Cursors` function not extracting files from archives using `%SystemRoot%\System32\tar.exe` if `%COMPUTERNAME%` is equal to `%USERNAME%`; +* Script-wide improved compiling .NET code compatibility when a username has the first capital letter`; + * https://github.com/PowerShell/PowerShell/issues/21070 +* Fixed `Cursors` function not extracting files from archives using `%SystemRoot%\System32\tar.exe` when a username has the first capital letter`; + * https://github.com/PowerShell/PowerShell/issues/21070 * Fixed `Set-UserShellFolderLocation -Root` function not checking drives correctly what results in skipping the whole function; * Minor changes.