From 4abba77ddc0b4402597d13d5c29adcf5cac82e11 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 1 Sep 2016 00:04:35 +0200 Subject: Changelog entry. --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) 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). -- cgit