Skip to content

Commit 8da877e

Browse files
committed
Update changelog: 0.8.6
1 parent c60e89d commit 8da877e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
0.8.6 / 2024-01-28
4+
==================
5+
* Add test for multi-contract files with inheritance
6+
(https://github.com/sc-forks/solidity-coverage/issues/836)
7+
* Add test for modifiers with post-conditions (https://github.com/sc-forks/solidity-coverage/issues/835)
8+
* Document Istanbul check-coverage cli command
9+
(https://github.com/sc-forks/solidity-coverage/issues/834)
10+
* Throw error when mocha parallel is set to true
11+
(https://github.com/sc-forks/solidity-coverage/issues/833)
12+
* Fix instrumentation error for virtual modifiers
13+
(https://github.com/sc-forks/solidity-coverage/issues/832)
14+
* Add test for file level `using for` statements
15+
(https://github.com/sc-forks/solidity-coverage/issues/831)
16+
* Fix chained ternary conditionals instrumentation
17+
(https://github.com/sc-forks/solidity-coverage/issues/830)
18+
* Update faq.md with an optimizer config workaround
19+
(https://github.com/sc-forks/solidity-coverage/issues/822)
20+
* Upgrade solidity-parser to 0.18.0 (https://github.com/sc-forks/solidity-coverage/issues/829)
21+
* Perform ternary conditional injections before branch injections
22+
(https://github.com/sc-forks/solidity-coverage/issues/828)
23+
* Add drips funding config (https://github.com/sc-forks/solidity-coverage/issues/827)
24+
325
0.8.5 / 2023-09-21
426
==================
527
* Update contributor list (https://github.com/sc-forks/solidity-coverage/issues/812)

0 commit comments

Comments
 (0)