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

Skip to content

Commit 9e3193b

Browse files
committed
Update CHANGELOG
1 parent 8f258ac commit 9e3193b

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

CHANGELOG.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,45 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
99

1010
### Added
1111

12-
- Code Coverage (#345)
13-
- Added `pysetargv` (#347)
12+
- Added Code Coverage (#345)
13+
- Added `PySys_SetArgvEx` (#347)
1414
- 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)
1818
- 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)
2020
- Added `Coverity scan` (#390)
21+
- Added `bumpversion` for version control (#319)(#398)
22+
- Added `tox` for local testing (#345)
23+
- Added `requirements.txt`
2124

2225
### Changed
2326

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)
2931
- 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)
3137

3238
### Fixed
3339

34-
- Fixed crash during Initialization (#343)
40+
- Fixed crash during Initialization (#262)(#343)
3541
- Fixed crash during Shutdown (#365)
3642
- 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`
3747

3848
### Removed
3949

40-
- Removed `six` dependency for unittests (#329)
50+
- Removed `six` dependency for `unittests` (#329)
4151
- Removed `Mono.Unix` dependency for `UCS4` (#360)
4252

4353
## [2.2.2][] - 2017-01-29

0 commit comments

Comments
 (0)