Skip to content

Pear v2.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@NaveenDanj NaveenDanj released this 26 Dec 06:47
· 5 commits to main since this release

Bug Fixes

Fixed issues in setting variable values in local scope.
In the previous version, There was a issue when you try to change the value of already initialized variable in the local scope. The ecosystem couldn't correctly identify whether the variable is belongs to local scope or global scope, hens compiler throws key error.

In this patch above issue was addressed.

Full Changelog: v2.0.1...v2.0.2