Skip to content

Commit

Permalink
prepare readme/whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed May 6, 2020
1 parent 2fc0422 commit f81264d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions src/features/whatsnew/whatsNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f81264d

Please sign in to comment.