Skip to content

Commit 18f21b3

Browse files
committed
Update changelog for 1.3.0 deprecations
Documented the deprecation of public APIs in internal modules (`str/core`, `str/extra`, and `str/tokenize`) in preparation for 2.0.0. Added notes about deprecation warnings and clarified that the public `str.gleam` module remains recommended.
1 parent 1156832 commit 18f21b3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## [1.3.0] - 2026-01-09
6+
### Deprecated
7+
- Deprecated public APIs in internal modules (`str/core`, `str/extra`, and `str/tokenize`) in
8+
preparation for the upcoming 2.0.0 release. These functions have `@deprecated` annotations
9+
and will be consolidated under the unified `str` module in 2.0.0. The public convenience
10+
module `str.gleam` itself remains the recommended entry point and is not deprecated.
11+
12+
### Notes
13+
- You may see deprecation warnings when running tests or building the project; these
14+
warnings are intentional and indicate that the APIs have been marked for migration
15+
to the unified `str` module in the next major release.
16+
517
## [1.2.3] - 2026-01-08
618
### Changed
719
- Replaced `escape_html` implementation with `houdini.escape` for faster,

0 commit comments

Comments
 (0)