Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Jan 5, 2021
1 parent f8a28d7 commit d4b4d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to the "solidity-visual-auditor" extension will be documented in this file.

## v0.0.14
- fix: **IMPORTANT** nSLOC metric in the table displayed all normalized source lines (including comments, blank lines) instead of normalized source code lines only. This has been changed with this release. `nSLOC` now displays normalizes source-code lines (no comments, blank lines). `nLines` was newly introduced and now displays the value that was formerly displayed for `nSLOC`. - #3

## v0.0.13
- fix: add option to disable solidity doppelganger (e.g. for in-browser use of solidity-metrics) - #2

Expand Down

0 comments on commit d4b4d12

Please sign in to comment.