Skip to content

Commit

Permalink
Bump to 2.8.0 and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Feb 10, 2022
1 parent f3b9108 commit ba328ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 2.8.0 (2022-07-10):
---------------------------

Additions

- HTML: collapsible tree index for large projects, activated by --tree option
(Arvid Jakobsson, #396).

Bugs fixed

- Don't instrument lazy values which are compiled as already forced (#398,
reported by @Ngoguey42).
- Use Sys.backend_type to detect js_of_ocaml (#397, Pat Rondon).
- Text summary report: show files with 0 points as having 100% coverage
(f3b9108).

Version 2.7.1 (2022-01-19):
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bisect_ppx",
"description": "Code coverage for OCaml and Reason",
"version": "2.7.1",
"version": "2.8.0",
"license": "MIT",
"homepage": "https://github.com/aantron/bisect_ppx",
"bugs": {
Expand Down

0 comments on commit ba328ec

Please sign in to comment.