Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #112 from trufflesuite/fix/changelog-update
Browse files Browse the repository at this point in the history
+semver: patch

merging to master to get ready for release. then we can merge back to `develop` later.

fix: Changelog has updated with Windows 11 Build/Deploy issue
  • Loading branch information
michaeljohnbennett authored Jun 22, 2022
2 parents 4cf2efb + 72bd716 commit fb76f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Welcome to the new look Changelog. We will add more info against each release wh
- We are working on the basis of single repos (not monorepos of multiple truffle projects) so we are going to be releasing fixes for that in the future.
- fix: Preventing possible bug on required apps [PR](https://github.com/trufflesuite/vscode-ext/pull/71). There are times when the required apps check can sometimes happen twice internally causing this error to say you have not got all the required apps installed correctly. This fixes that issue. 🤞🏻
- Forked ganache instance [PR](https://github.com/trufflesuite/vscode-ext/pull/70). Fork your blockchains, just like on the command line. Through a set of dialogs you can now fork any network via Infura at a specific block or latest and this will now configure that and have it visible in your network list.
- fix: Build/Deploy commands were not working with mapping volumes on Windows 11 [PR](https://github.com/trufflesuite/vscode-ext/pull/110). The issue was found on windows 11 platform only. It was related to volume mapping. If the user open a project in root (C:), the build/deploy commands are working fine. But, if the project is opened in a mapping volume, the problem occurred. A fix was made and applied for windows platforms only.

Most of these are great enhancements to our codebase and thank you to all the contributors!

Expand Down

0 comments on commit fb76f52

Please sign in to comment.