File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ in this file.
66Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how
77to structure this file.
88
9- ## [ 0.2.0 ]
9+ ## [ Unreleased ]
1010
1111### Added
1212- Changelog update instructions to Copilot instructions
@@ -22,6 +22,14 @@ to structure this file.
2222 - Smart log filtering that respects the configured log level
2323 - Debug messages are now filtered out by default, providing cleaner output
2424
25+ ### Fixed
26+ - LocalizationParser.ps1 now defaults to en-US culture when UICulture parameter is not provided
27+ - Fixes Import-LocalizedData failures in environments with invariant culture
28+ - Ensures localization files can be found in culture-specific subdirectories
29+ - Updated Pester configuration syntax in psake.ps1 for compatibility with Pester 5.x
30+ - Replaced deprecated [ PesterConfiguration] @{} with New-PesterConfiguration
31+ - Fixed PassThru parameter usage for modern Pester API
32+
2533## [ 0.1.0] Initial Release
2634
2735- Foundational script ` LocalizationParser ` looks for ` psm1 ` that container
You can’t perform that action at this time.
0 commit comments