Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feature-FuncDecoder
  • Loading branch information
Romout authored Mar 21, 2024
commit eb1c2f3f3e72699287d62c6d0dbe1dbabed60bfd
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
### Added

- Added a decoder to ease use of C# Func<> method arguments.

- Added `ToPythonAs<T>()` extension method to allow for explicit conversion using a specific type. ([#2311][i2311])

- Added `IComparable` and `IEquatable` implementations to `PyInt`, `PyFloat`, and `PyString`
to compare with primitive .NET types like `long`.

### Changed

### Fixed
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.