Skip to content

Commit dcc9205

Browse files
authored
Update CHANGELOG for version 5.2.0
Updated copyright year and added new features and fixes for version 5.2.0.
1 parent 5e547ec commit dcc9205

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
SPDX-FileCopyrightText: 2025 PyThaiNLP Project
2+
SPDX-FileCopyrightText: 2025-2026 PyThaiNLP Project
33
SPDX-FileType: DOCUMENTATION
44
SPDX-License-Identifier: CC0-1.0
55
---
@@ -11,12 +11,20 @@ Notable changes between versions.
1111
- For full release notes, see:
1212
<https://github.com/PyThaiNLP/pythainlp/releases>
1313
- For detailed commit changes, see:
14-
<https://github.com/PyThaiNLP/pythainlp/compare/v5.1.2...dev> (select tags to compare)
14+
<https://github.com/PyThaiNLP/pythainlp/compare/v5.2.0...dev> (select tags to compare)
1515

1616
## Version 5.2.0 -> dev
17-
[WIP]
17+
18+
Some features and fixes in this version are AI assisted.
19+
See PR for prompt and details.
20+
21+
- Lazy load dictionaries to reduce memory usage #1186
22+
- Consolidate configuration into pyproject.toml #1188
23+
- Update type hints; Use Python 3.9 features #1189 #1190
24+
- Fix KeyError when transliterating text with Thai alphabet Kho Khon (U+0E05) #1187
1825

1926
## Version 5.1.2 -> 5.2.0
27+
2028
- Add pythainlp.translate.word_translate #1102
2129
- Update Dockerfile #1049
2230
- Add Words Spelling Correction using Char2Vec #1075

0 commit comments

Comments
 (0)