aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVoR0220 <rj@erisindustries.com>2017-01-11 23:32:07 +0800
committerVoR0220 <rj@erisindustries.com>2017-01-11 23:32:07 +0800
commite96c32a072160428a93720a21c51cd8670d5e664 (patch)
treefc4672a04ef27edbf741682255bee7560f619bad
parente02270bbb4a9f151bc25e0e0f96f1e4505542de5 (diff)
downloaddexon-solidity-e96c32a072160428a93720a21c51cd8670d5e664.tar.gz
dexon-solidity-e96c32a072160428a93720a21c51cd8670d5e664.tar.zst
dexon-solidity-e96c32a072160428a93720a21c51cd8670d5e664.zip
changelog entry
Signed-off-by: VoR0220 <rj@erisindustries.com>
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 0ac0cb2f..c06313ba 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,8 @@
### 0.4.8 (unreleased)
BugFixes:
+ * Remappings: a=b would overwrite c:a=d. This has now been fixed to all modules except
+ c using b as their target, with c using d as the target.
* Type checker, code generator: enable access to events of base contracts' names.
* Imports: ``import ".dir/a"`` is not a relative path. Relative paths begin with directory ``.`` or ``..``.