You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Change Log
2
2
All notable changes will be documented in this file.
3
3
4
+
## v0.0.10
5
+
- new: update to solc@0.8.11
6
+
- new: basic autocomplete for built-ins (configurable via `.config`) - #11
7
+
- fix: return value of unit constants (e.g. `2 ether`) - #12
8
+
- fix: distinguish between/ autoguess const signed and unsigned int return values - #12
9
+
- update: minor refactoring - #11
10
+
4
11
## v0.0.9
5
12
- new: support the `import` directive - #8
6
13
- new: experimental support for `https` imports, i.e. `import "https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC721/IERC721.sol"`. This can be disabled by setting ` » .config set resolveHttpImports false`.
0 commit comments