File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ project adheres to [Semantic Versioning][].
55
66This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
77
8+ ## Unreleased
9+
10+ ### Added
11+ ### Changed
12+ ### Fixed
13+
14+
815## [ 3.0.4] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.4 ) - 2024-09-19
916
1017### Added
@@ -15,6 +22,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1522 and ` PyString ` to compare with primitive .NET types like ` long ` .
1623
1724### Changed
25+
1826- Added a ` FormatterFactory ` member in RuntimeData to create formatters with
1927 parameters. For compatibility, the ` FormatterType ` member is still present
2028 and has precedence when defining both ` FormatterFactory ` and ` FormatterType `
Original file line number Diff line number Diff line change 1- 3.0.4
1+ 3.1.0-dev
You can’t perform that action at this time.
0 commit comments