File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212* [ Python] Fix regression ` %A ` format specifier to output booleans as lowercase ` true ` /` false ` (by @dbrattli )
1313
14+ ### Changed
15+
16+ * [ Python] ` [<Py.Decorate>] ` now emits decorator strings verbatim and adds ` importFrom ` parameter for explicit import control (by @dbrattli )
17+
1418## 5.0.0-alpha.19 - 2025-12-04
1519
1620### Fixed
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212* [ Python] Fix regression ` %A ` format specifier to output booleans as lowercase ` true ` /` false ` (by @dbrattli )
1313
14+ ### Changed
15+
16+ * [ Python] ` [<Py.Decorate>] ` now emits decorator strings verbatim and adds ` importFrom ` parameter for explicit import control (by @dbrattli )
17+
1418## 5.0.0-alpha.18 - 2025-12-04
1519
1620### Fixed
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ### Changed
11+
12+ * [ Python] ` [<Py.Decorate>] ` now emits decorator strings verbatim and adds ` importFrom ` parameter for explicit import control (by @dbrattli )
13+
1014## 5.0.0-beta.3 - 2025-12-04
1115
1216### Added
You can’t perform that action at this time.
0 commit comments