File tree Expand file tree Collapse file tree 3 files changed +26
-6
lines changed
Expand file tree Collapse file tree 3 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 24.11 (2024-11-03)
2+
3+ ** Fixes**
4+
5+ - Avoid conflict with attributes named value when flattening extensions
6+ ([ #1085 ] ( https://github.com/tefra/xsdata/pull/1085 ) )
7+
8+ ** Features**
9+
10+ - Add cli config to use generic collections
11+ ([ #1082 ] ( https://github.com/tefra/xsdata/pull/1082 ) )
12+
13+ ** Deprecations**
14+
15+ - Drop support for python 3.8
16+
117## 24.9 (2024-09-21)
218
319** Fixes**
Original file line number Diff line number Diff line change @@ -74,14 +74,18 @@ Check the [documentation](https://xsdata.readthedocs.io) for more ✨✨✨
7474- Support xinclude statements and unknown properties
7575- Customize behaviour through config
7676
77- ## Changelog: 24.9 (2024-09-21 )
77+ ## Changelog: 24.11 (2024-11-03 )
7878
7979** Fixes**
8080
81- - Fix typing annotations deprecation warning in Python 3.13
82- ([ #1077 ] ( https://github.com/tefra/xsdata/pull/1077 ) )
81+ - Avoid conflict with attributes named value when flattening extensions
82+ ([ #1085 ] ( https://github.com/tefra/xsdata/pull/1085 ) )
8383
8484** Features**
8585
86- - Allow generators as array elements
87- ([ #1074 ] ( https://github.com/tefra/xsdata/pull/1074 ) )
86+ - Add cli config to use generic collections
87+ ([ #1082 ] ( https://github.com/tefra/xsdata/pull/1082 ) )
88+
89+ ** Deprecations**
90+
91+ - Drop support for python 3.8
Original file line number Diff line number Diff line change 1- __version__ = "24.9 "
1+ __version__ = "24.11 "
You can’t perform that action at this time.
0 commit comments