Skip to content

Fix missing Incref for Namespace and Assembly #482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 14, 2017
Merged
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
Create CHANGELOG.md
  • Loading branch information
filmor authored Jun 14, 2017
commit 30c7605d21e15824535cd5505eea8e28f68fca02
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
## [unreleased][]

### Added
- Added clr.GetClrType (#432)(#433)
- Added `Foo` feature
- Allowed passing None for nullable args (#460)
- Added `clr.GetClrType` (#432, #433)
- Allowed passing `None` for nullable args (#460)

### Changed

- Changed `Bar` feature

### Fixed

- Fixed Visual Studio 2017 compat (#434) for setup.py
- Fixed `FooBar` bug
- Fixed crash on exit of python interpreter if python class derived from .NET class has `__namespace__` or `__assembly__` attribute
- Fixed crash on exit of the Python interpreter if a python class
derived from a .NET class has a `__namespace__` or `__assembly__`
attribute (#481)

## [2.3.0][] - 2017-03-11

Expand Down