Skip to content

Commit f75c480

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 7d83aaa commit f75c480

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
- Windows PowerShell fallback support for better compatibility
@@ -28,6 +28,14 @@ to structure this file.
2828
- Smart log filtering that respects the configured log level
2929
- Debug messages are now filtered out by default, providing cleaner output
3030

31+
### Fixed
32+
- LocalizationParser.ps1 now defaults to en-US culture when UICulture parameter is not provided
33+
- Fixes Import-LocalizedData failures in environments with invariant culture
34+
- Ensures localization files can be found in culture-specific subdirectories
35+
- Updated Pester configuration syntax in psake.ps1 for compatibility with Pester 5.x
36+
- Replaced deprecated [PesterConfiguration]@{} with New-PesterConfiguration
37+
- Fixed PassThru parameter usage for modern Pester API
38+
3139
## [0.1.0] Initial Release
3240

3341
- Foundational script `LocalizationParser` looks for `psm1` that container

0 commit comments

Comments
 (0)