Skip to content

Commit 16f985e

Browse files
Revert version change in CHANGELOG.md to keep it in Unreleased section
Co-authored-by: HeyItsGilbert <615265+HeyItsGilbert@users.noreply.github.com>
1 parent 2c151e8 commit 16f985e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ in this file.
66
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77
to 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

0 commit comments

Comments
 (0)