diff options
author | VoR0220 <rj@erisindustries.com> | 2017-01-12 00:56:35 +0800 |
---|---|---|
committer | VoR0220 <rj@erisindustries.com> | 2017-01-12 01:03:02 +0800 |
commit | 4585bfdce7716cd4837f71b565bb9a6dff8c2d7e (patch) | |
tree | a7928231161ce0e103495584362951a43155b34a /Changelog.md | |
parent | e96c32a072160428a93720a21c51cd8670d5e664 (diff) | |
download | dexon-solidity-4585bfdce7716cd4837f71b565bb9a6dff8c2d7e.tar dexon-solidity-4585bfdce7716cd4837f71b565bb9a6dff8c2d7e.tar.gz dexon-solidity-4585bfdce7716cd4837f71b565bb9a6dff8c2d7e.tar.bz2 dexon-solidity-4585bfdce7716cd4837f71b565bb9a6dff8c2d7e.tar.lz dexon-solidity-4585bfdce7716cd4837f71b565bb9a6dff8c2d7e.tar.xz dexon-solidity-4585bfdce7716cd4837f71b565bb9a6dff8c2d7e.tar.zst dexon-solidity-4585bfdce7716cd4837f71b565bb9a6dff8c2d7e.zip |
cleanup
Signed-off-by: VoR0220 <rj@erisindustries.com>
fixup
Signed-off-by: VoR0220 <rj@erisindustries.com>
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index c06313ba..52f86d40 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,7 @@ ### 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. + * Remappings: Prefer longer context over longer prefix. * 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 ``..``. |