Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5ab9a commit 4abba77Copy full SHA for 4abba77
Changelog.md
@@ -6,6 +6,9 @@ enforce some safety features. The most important change is
6
7
Breaking Changes:
8
9
+ * Source files have to specify the compiler version they are
10
+ compatible with using e.g. `pragma solidity ^0.4.0;` or
11
+ `pragma solidity >=0.4.0 <0.4.8;`
12
* Contracts that want to receive Ether have to implement a fallback
13
function (contracts now throw if no fallback function is defined
14
and no function matches the signature).
0 commit comments