We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb62787 commit a3b7789Copy full SHA for a3b7789
CHANGELOG.md
@@ -9,6 +9,15 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
9
10
### Added
11
12
+### Changed
13
+
14
+### Fixed
15
16
17
+## [3.0.0][] - 2022-09-29
18
19
+### Added
20
21
- Ability to instantiate new .NET arrays using `Array[T](dim1, dim2, ...)` syntax
22
- Python operator method will call C# operator method for supported binary and unary operators ([#1324][p1324]).
23
- Add GetPythonThreadID and Interrupt methods in PythonEngine
0 commit comments