You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## 6.0.1 - 2025-08
6
+
7
+
- Fix for numeric phonetic suggestions by [filipnavara](https://github.com/filipnavara) in [PR #104](https://github.com/aarondandy/WeCantSpell.Hunspell/pull/104)
8
+
- Fix for comments on MAP by [tbambuch](https://github.com/tbambuch) in [PR #105](https://github.com/aarondandy/WeCantSpell.Hunspell/pull/105)
9
+
5
10
## 6.0.0 - 2025-03
6
11
7
-
- Add and remove words from in-memory `WordList` instances, resolving [Issue $41](https://github.com/aarondandy/WeCantSpell.Hunspell/issues/41).
12
+
- Add and remove words from in-memory `WordList` instances, resolving [Issue #41](https://github.com/aarondandy/WeCantSpell.Hunspell/issues/41).
8
13
- (breaking) Add word methods respect `IgnoredChars` and `ComplexPrefixes` options now.
9
14
- (breaking) The netstandard2.0 assembly depends on System.Runtime.CompilerServices.Unsafe instead of System.Collections.Immutable like in previous versions.
10
15
- (breaking) Too many little API changes to mention them all 🤷.
0 commit comments