Skip to content

Commit da0eeb7

Browse files
authored
Refine CHANGELOG.md for clarity and updates
Clarified the changelog entries for better readability and updated deprecation notes.
1 parent 5ce7793 commit da0eeb7

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ and this project adheres to
2020
## [Unreleased]
2121

2222
This release focuses on stability and performance, featuring optimized memory
23-
efficiency and standardized error messaging. We’ve expanded our test suite to
24-
include Python 3.14 and broadened type hint support for a better developer
25-
experience.
23+
efficiency, better read-only environment support, and standardized error
24+
messaging.
25+
We’ve expanded our test suite to include Python 3.14 and broadened type hint
26+
support for a better developer experience.
2627

2728
The minimum requirement is now Python 3.9.
2829

@@ -60,9 +61,9 @@ The minimum requirement is now Python 3.9.
6061

6162
- `PYTHAINLP_DATA_DIR` env var; use `PYTHAINLP_DATA` instead
6263
(follows `NLTK_DATA` convention from NLTK)
63-
`PYTHAINLP_DATA_DIR` will be removed in future version (#1306)
64-
- `PYTHAINLP_READ_MODE` env var; use `PYTHAINLP_READ_ONLY` instead.
65-
Setting both at the same time raises `ValueError`.
64+
`PYTHAINLP_DATA_DIR` will be removed in a future version (#1306)
65+
- `PYTHAINLP_READ_MODE` env var; use `PYTHAINLP_READ_ONLY` instead
66+
`PYTHAINLP_READ_MODE` will be removed in a future version (#1317)
6667

6768
### Removed
6869

0 commit comments

Comments
 (0)