From d4b4d12fce401fcdacfd20fd3b415a37f2c97d48 Mon Sep 17 00:00:00 2001 From: tintinweb Date: Tue, 5 Jan 2021 10:25:08 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e0d61..cc09da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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