Skip to content

Commit

Permalink
🔖 update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
soyrubio committed Sep 24, 2024
1 parent e451e9b commit 8734f34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [1.16.0]
### Major changes
- The extension is being rebranded as Solidity for VS Code
- Introducing Deploy and Interact UI - test and interact with your smart contracts on a local node

### Improvements
- Language server now watches for external changes to Solidity files and recompiles automatically
- Improved LSP responsiveness and RAM usage

### Fixes
- Fixed multiple memory leaks in LSP
- Fixed sending compilation build to detectors/printers subprocess causing crashes due to build size & cyclic references
- Fixed multiple minor LSP issues

## [1.14.0]
- Added workspace symbols feature
- Detectors & printers now run in subprocesses, making the language server more responsive
Expand Down

0 comments on commit 8734f34

Please sign in to comment.