diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-01-06 23:21:16 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-01-06 23:21:16 +0800 |
commit | 779a01faa9b18a58a133a120d6aebe1df612cb00 (patch) | |
tree | 419ac1344d9d8464bde87d47d9fb0ea18bf4ee1a | |
parent | 07f34e0023c395b43c5d63ce5a4d2cf5160025fa (diff) | |
download | dexon-solidity-779a01faa9b18a58a133a120d6aebe1df612cb00.tar.gz dexon-solidity-779a01faa9b18a58a133a120d6aebe1df612cb00.tar.zst dexon-solidity-779a01faa9b18a58a133a120d6aebe1df612cb00.zip |
Changelog: document #1537
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index a82e8744..0ac0cb2f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ BugFixes: * 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 ``..``. ### 0.4.7 (2016-12-15) |