@@ -9,35 +9,45 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
9
9
10
10
### Added
11
11
12
- - Code Coverage (#345 )
13
- - Added ` pysetargv ` (#347 )
12
+ - Added Code Coverage (#345 )
13
+ - Added ` PySys_SetArgvEx ` (#347 )
14
14
- Added XML Documentation (#349 )
15
- - Added Embedded tests on Appveyor (#353 )
16
- - Added PY3 settings to configuration-manager (#346 )
17
- - Added ` Slack ` chat (#384 )(#383 )(#386 )
15
+ - Added ` Embedded_Tests ` on AppVeyor (#353 )
16
+ - Added PY3 settings to solution configuration-manager (#346 )
17
+ - Added ` Slack ` (#384 )(#383 )(#386 )
18
18
- Added function of passing an arbitrary .NET object as the value
19
- of an attribute of PyObject (#370 )(#373 )
19
+ of an attribute of ` PyObject ` (#370 )(#373 )
20
20
- Added ` Coverity scan ` (#390 )
21
+ - Added ` bumpversion ` for version control (#319 )(#398 )
22
+ - Added ` tox ` for local testing (#345 )
23
+ - Added ` requirements.txt `
21
24
22
25
### Changed
23
26
24
- - Refactored ` setup.py ` (#337 )
25
- - Upgraded NUnit framework to 2.6.4 (#353 )
26
- - Completed refactor of Build Directives on ` Runtime.cs ` (#339 )
27
- - Refactor python unittests (#329 )
28
- - Unfroze Mono version on Travis (#345 )
27
+ - Refactored python ` unittests ` (#329 )
28
+ - Refactored python ` setup.py ` (#337 )
29
+ - Refactored remaining of Build Directives on ` runtime.cs ` (#339 )
30
+ - Refactored ` Embedded_Tests ` to make easier to write tests (#369 )
29
31
- Changed ` unittests ` to ` pytest ` (#368 )
30
- - Upgraded NUnit framework from 2.6.4 to 3.6.0 (#371 )
32
+ - Upgraded NUnit framework from ` 2.6.3 ` to ` 3.5.0 ` (#341 )
33
+ - Downgraded NUnit framework from ` 3.5.0 ` to ` 2.6.4 ` (#353 )
34
+ - Upgraded NUnit framework from ` 2.6.4 ` to ` 3.6.0 ` (#371 )
35
+ - Unfroze Mono version on Travis (#345 )
36
+ - Changed ` conda.recipe ` build to only pull-requests (#345 )
31
37
32
38
### Fixed
33
39
34
- - Fixed crash during Initialization (#343 )
40
+ - Fixed crash during Initialization (#262 )( # 343 )
35
41
- Fixed crash during Shutdown (#365 )
36
42
- Fixed multiple build warnings
43
+ - Fixed method signature match for Object Type (#203 )(#377 )
44
+ - Fixed outdated version number in AssemblyInfo (#398 )
45
+ - Fixed wrong version number in ` conda.recipe ` (#398 )
46
+ - Fixed fixture location for Python tests and ` Embedded_Tests `
37
47
38
48
### Removed
39
49
40
- - Removed ` six ` dependency for unittests (#329 )
50
+ - Removed ` six ` dependency for ` unittests ` (#329 )
41
51
- Removed ` Mono.Unix ` dependency for ` UCS4 ` (#360 )
42
52
43
53
## [ 2.2.2] [ ] - 2017-01-29
0 commit comments