Skip to content

Commit 16fbdc1

Browse files
authored
Fix duplicate entry and update CHANGELOG
Removed duplicate entry for KeyError fix and updated the requests library replacement note.
1 parent 9507e0d commit 16fbdc1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Some features and fixes in this version are AI assisted.
1919
See PR for prompt and details.
2020

2121
- Lazy load dictionaries to reduce memory usage #1186
22+
- Fix KeyError when transliterating text with Thai alphabet Kho Khon (U+0E05) #1187
2223
- Consolidate configuration into pyproject.toml #1188
2324
- Update type hints; Use Python 3.9 features #1189 #1190
24-
- Fix KeyError when transliterating text with Thai alphabet Kho Khon (U+0E05) #1187
25-
- Replace requests library with urllib.request from standard library to reduce core dependencies
25+
- Replace requests library with urllib.request from standard library to reduce
26+
core dependencies #1211
2627

2728
## Version 5.1.2 -> 5.2.0
2829

0 commit comments

Comments
 (0)