aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-01-12 19:02:30 +0800
committerGitHub <noreply@github.com>2017-01-12 19:02:30 +0800
commit74d74fb00bc159076d8322c5780894b1c2d68791 (patch)
tree9405b030e69a9c03a20981e0f8953640af0c83db /Changelog.md
parentb983c7492f7c22a441ef360809085ab2a00150c0 (diff)
parentb6508ca992531154a572320bf8bb117e3b9294b9 (diff)
downloaddexon-solidity-74d74fb00bc159076d8322c5780894b1c2d68791.tar
dexon-solidity-74d74fb00bc159076d8322c5780894b1c2d68791.tar.gz
dexon-solidity-74d74fb00bc159076d8322c5780894b1c2d68791.tar.bz2
dexon-solidity-74d74fb00bc159076d8322c5780894b1c2d68791.tar.lz
dexon-solidity-74d74fb00bc159076d8322c5780894b1c2d68791.tar.xz
dexon-solidity-74d74fb00bc159076d8322c5780894b1c2d68791.tar.zst
dexon-solidity-74d74fb00bc159076d8322c5780894b1c2d68791.zip
Merge pull request #1548 from VoR0220/remappingBugFix
Remapping bug fix
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 8a005eed..7676b5be 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@ Features:
* Output: Print assembly in new standardized Solidity assembly format.
BugFixes:
+ * 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 ``..``.