Skip to content

Commit e1bbadf

Browse files
committed
🔖 2.11.0
1 parent 7d8ecb6 commit e1bbadf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.10.0] - 2024-09-15
8-
97
:information_source: Note that python-minifier depends on the python interpreter for parsing source code,
108
and will output source code compatible with the version of the interpreter it is run with.
119

1210
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
1311
the minified code may only run with Python 3.12.
1412

13+
## [2.11.0] - 2024-09-26
14+
15+
### Added
16+
- Python 3.13 support, including:
17+
- PEP 696 Type parameter defaults
18+
19+
## [2.10.0] - 2024-09-15
20+
1521
### Added
1622
- Python 3.12 support, including:
1723
- PEP 695 Type parameter syntax

0 commit comments

Comments
 (0)