Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4abba77

Browse files
committed
Changelog entry.
1 parent 7f5ab9a commit 4abba77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ enforce some safety features. The most important change is
66

77
Breaking Changes:
88

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;`
912
* Contracts that want to receive Ether have to implement a fallback
1013
function (contracts now throw if no fallback function is defined
1114
and no function matches the signature).

0 commit comments

Comments
 (0)