aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-21 01:44:07 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-04-21 02:20:14 +0800
commitbf074f3f4174f31524d25da816cb4121a21da20c (patch)
tree90ef7c763532016b288e4b357a3d533440878e0a /Changelog.md
parent6468955fb1337f0f3d8eb4f35004d78179b8d7b8 (diff)
downloaddexon-solidity-bf074f3f4174f31524d25da816cb4121a21da20c.tar
dexon-solidity-bf074f3f4174f31524d25da816cb4121a21da20c.tar.gz
dexon-solidity-bf074f3f4174f31524d25da816cb4121a21da20c.tar.bz2
dexon-solidity-bf074f3f4174f31524d25da816cb4121a21da20c.tar.lz
dexon-solidity-bf074f3f4174f31524d25da816cb4121a21da20c.tar.xz
dexon-solidity-bf074f3f4174f31524d25da816cb4121a21da20c.tar.zst
dexon-solidity-bf074f3f4174f31524d25da816cb4121a21da20c.zip
Fix source index allocation in CompilerStack. Depending on compiler(optimisations) this could be off-by-one.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index cd985917..dd62f2df 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,8 +6,11 @@ Features:
path(s) of the supplied source file(s) is always trusted.
Bugfixes:
- * Type system: Contract inheriting from base with unimplemented constructor should be abstract.
* Assembly output: Implement missing AssemblyItem types.
+ * Compiler interface: Fix a bug where source indexes could be inconsistent between Solidity compiled
+ with different compilers (clang vs. gcc) or compiler settings. The bug was visible in AST
+ and source mappings.
+ * Type system: Contract inheriting from base with unimplemented constructor should be abstract.
### 0.4.10 (2017-03-15)