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

Skip to content
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