We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd73d5a commit f7f2fc0Copy full SHA for f7f2fc0
CHANGELOG.md
@@ -9,17 +9,19 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
9
10
### Added
11
12
-- New `Foo` feature
+- Code Coverage (#345)
13
14
### Changed
15
16
- Refactored `setup.py` (#337)
17
- Upgraded NUnit framework to 3.5 (#341)
18
- Completed refactor of Build Directives on `Runtime.cs` (#339)
19
+- Refactor tests and removed dependency on `six` (#329)
20
+- Unfroze Mono version on Travis (#345)
21
22
### Fixed
23
-- Fixed `FooBar` bug
24
+- Fixed crash during Shutdown (#343)
25
26
## [2.2.2][] - 2017-01-29
27
0 commit comments