aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
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).