Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c7eb6 commit f9d913eCopy full SHA for f9d913e
CHANGELOG.md
@@ -19,14 +19,19 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
19
- Refactored `setup.py` (#337)
20
- Upgraded NUnit framework to 2.6.4 (#353)
21
- Completed refactor of Build Directives on `Runtime.cs` (#339)
22
-- Refactor tests and removed dependency on `six` (#329)
+- Refactor python unittests (#329)
23
- Unfroze Mono version on Travis (#345)
24
- Enabled Embedded tests on Appveyor (#353)
25
26
### Fixed
27
28
- Fixed crash during Shutdown (#343)
29
30
+### Removed
31
+
32
+- Removed `six` dependency for unittests (#329)
33
+- Removed `Mono.Unix` dependency for `UCS4` (#360)
34
35
## [2.2.2][] - 2017-01-29
36
37
0 commit comments