Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle normalization in pattern API #33

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Conversation

pascalkuthe
Copy link
Member

The real fix for #26 is to ensure that we disable normalization of the pattern has a umlaut/normalizable character. This is now handled similar to case folding. This is a breaking change. I decided to cut a 0.3.0 release for this.

matcher/src/pattern.rs Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@pascalkuthe pascalkuthe merged commit 34553f0 into master Dec 22, 2023
5 checks passed
@pascalkuthe
Copy link
Member Author

thanks @the-mikedavis and @gabydd for the review :)

@pascalkuthe pascalkuthe deleted the normalization branch December 22, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants