File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ 0.8.7 / 2024-02-09
4
+ ==================
5
+ * Documentation Cleanup & Improvements for 0.8.7 release
6
+ (https://github.com/sc-forks/solidity-coverage/issues/859 )
7
+ * Add tests for file-level function declarations
8
+ (https://github.com/sc-forks/solidity-coverage/issues/858 )
9
+ * Add try / catch unit tests (https://github.com/sc-forks/solidity-coverage/issues/857 )
10
+ * Fix test project configs for viaIR detection in overrides
11
+ (https://github.com/sc-forks/solidity-coverage/issues/856 )
12
+ * Enable coverage when viaIR compiler flag is true
13
+ (https://github.com/sc-forks/solidity-coverage/issues/854 )
14
+ * Add missing onPreCompile hook
15
+ (https://github.com/sc-forks/solidity-coverage/issues/851 )
16
+ * Remove ganache-cli related code from API & tests
17
+ (https://github.com/sc-forks/solidity-coverage/pull/849 )
18
+ * Add command option to specify the source files to run the coverage on
19
+ (https://github.com/sc-forks/solidity-coverage/pull/838 )
20
+
3
21
0.8.6 / 2024-01-28
4
22
==================
5
23
* Add test for multi-contract files with inheritance
You can’t perform that action at this time.
0 commit comments