Changelog entry.

This commit is contained in:
chriseth 2016-09-01 00:04:35 +02:00
parent 7f5ab9a616
commit 4abba77ddc

View File

@ -6,6 +6,9 @@ enforce some safety features. The most important change is
Breaking Changes: Breaking Changes:
* Source files have to specify the compiler version they are
compatible with using e.g. `pragma solidity ^0.4.0;` or
`pragma solidity >=0.4.0 <0.4.8;`
* Contracts that want to receive Ether have to implement a fallback * Contracts that want to receive Ether have to implement a fallback
function (contracts now throw if no fallback function is defined function (contracts now throw if no fallback function is defined
and no function matches the signature). and no function matches the signature).