Skip to content
Open
Show file tree
Hide file tree
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
Next Next commit
docs
  • Loading branch information
Metadorius committed Mar 27, 2026
commit 8c6b4cae4cc0a9a6a8743d9de9dfc14716766aeb
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@
- Ehsan Iran-Nejad ([@eirannejad](https://github.com/eirannejad))
- ([@legomanww](https://github.com/legomanww))
- ([@gertdreyer](https://github.com/gertdreyer))
- Kerbiter ([@Metadorius](https://github.com/Metadorius))
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
### Added

- Support `del obj[...]` for types derived from `IList<T>` and `IDictionary<K, V>`
- Support for .NET Framework 4.6.1 (#2701)

### Changed
### Fixed

- Fixed crash when trying to `del clrObj[...]` for non-arrays
- ci: properly exclude job (#2542)
- ci: properly exclude job (#2542)

## [3.0.5](https://github.com/pythonnet/pythonnet/releases/tag/v3.0.5) - 2024-12-13

Expand Down
2 changes: 1 addition & 1 deletion doc/source/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Mono (``mono``)

.NET Framework (``netfx``)
Default on Windows and also only supported there. Must be at least version
4.7.2.
4.6.1, with 4.7.2 or later recommended.

.NET Core (``coreclr``)
Self-contained is not supported, must be at least version 3.1.
Expand Down