diff options
author | chriseth <c@ethdev.com> | 2016-09-01 06:04:35 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-01 06:04:35 +0800 |
commit | 4abba77ddc0b4402597d13d5c29adcf5cac82e11 (patch) | |
tree | b1eef64f3e8378489bdc4d6d1ce496026b10ea54 /Changelog.md | |
parent | 7f5ab9a616457f9803996cb5335f7569e30cc55e (diff) | |
download | dexon-solidity-4abba77ddc0b4402597d13d5c29adcf5cac82e11.tar.gz dexon-solidity-4abba77ddc0b4402597d13d5c29adcf5cac82e11.tar.zst dexon-solidity-4abba77ddc0b4402597d13d5c29adcf5cac82e11.zip |
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 5cf2898b..25890890 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,9 @@ enforce some safety features. The most important change is 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 function (contracts now throw if no fallback function is defined and no function matches the signature). |