From f81264def391ba315d410ae788e41696051823cf Mon Sep 17 00:00:00 2001 From: tintinweb Date: Wed, 6 May 2020 13:30:44 +0200 Subject: [PATCH] prepare readme/whatsnew --- CHANGELOG.md | 5 +++-- README.md | 6 ++++++ src/features/whatsnew/whatsNew.js | 6 ++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d9bbf..65402d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ All notable changes to the "solidity-visual-auditor" extension will be documente ## v0.0.24 - new: Solidity Visual Auditor Cockpit panel additions - - Context: show surya ftrace when clicking at a method in the editor - - Flatfiles: List files prefixed `**/flat_*.sol` + - Context: show surya ftrace when clicking into a contract method in the editor + - Flatfiles: List flat files produced by the extension (matches: `**/flat_*.sol`) +- updated: surya (fixes multiple issues when parsing certain files) ## v0.0.23 - new: Update notifications have arrived! diff --git a/README.md b/README.md index c18a0f9..dab9cc7 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,12 @@ This feature is provided by [Inline Bookmarks](https://marketplace.visualstudio. # Release Notes +## v0.0.24 +- new: Solidity Visual Auditor Cockpit panel additions + - Context: show surya ftrace when clicking into a contract method in the editor + - Flatfiles: List flat files produced by the extension (matches: `**/flat_*.sol`) +- updated: surya (fixes multiple issues when parsing certain files) + ## v0.0.23 - new: Update notifications have arrived! - updated: solidity parser and surya diff --git a/src/features/whatsnew/whatsNew.js b/src/features/whatsnew/whatsNew.js index bcdb847..b5fab55 100644 --- a/src/features/whatsnew/whatsNew.js +++ b/src/features/whatsnew/whatsNew.js @@ -48,6 +48,12 @@ The cockpit view is fully customizable. You can hide both the sidebar menu or an The complete changelog can be found [here](https://github.com/ConsenSys/vscode-solidity-auditor/blob/master/CHANGELOG.md). +#### v0.0.24 +- new: Solidity Visual Auditor Cockpit panel additions + - Context: show surya ftrace when clicking into a contract method in the editor + - Flatfiles: List flat files produced by the extension (matches: \`**/flat_*.sol\`) +- updated: surya (fixes multiple issues when parsing certain files) + #### v0.0.23 - new: Update notifications have arrived! - updated: solidity parser and surya