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][].
5
5
6
6
This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
7
7
8
+ ## Unreleased
9
+
10
+ ### Added
11
+ ### Changed
12
+ ### Fixed
13
+
14
+
8
15
## [ 3.0.4] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.4 ) - 2024-09-19
9
16
10
17
### Added
@@ -15,6 +22,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
15
22
and ` PyString ` to compare with primitive .NET types like ` long ` .
16
23
17
24
### Changed
25
+
18
26
- Added a ` FormatterFactory ` member in RuntimeData to create formatters with
19
27
parameters. For compatibility, the ` FormatterType ` member is still present
20
28
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