Skip to content

Commit 6ee717f

Browse files
committed
docs: update changelog
1 parent e17ddaf commit 6ee717f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ Changelog
1212
.. module:: joserfc
1313
:noindex:
1414

15+
1.4.0
16+
-----
17+
18+
**Not released**
19+
20+
- Improvements on type hints.
21+
- Add python 3.14 support.
22+
23+
**Breaking changes**:
24+
25+
- Remove deprecated (since 1.2.0) ``rfcXXXX`` modules.
26+
- Rename ``jwt.ClaimsRegistry`` to ``jwt.BaseClaimsRegistry``.
27+
1528
1.3.4
1629
-----
1730

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ env_list = [
114114
"py311",
115115
"py312",
116116
"py313",
117+
"py314",
117118
"docs",
118119
"coverage",
119120
]

0 commit comments

Comments
 (0)