diff options
author | chriseth <c@ethdev.com> | 2017-02-24 15:25:01 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-02-24 15:25:01 +0800 |
commit | de1317331f2607cc1e89779ccfd0ffa812628642 (patch) | |
tree | aa2a5ad5269585cf96cef4d951628f0ba3269844 /Changelog.md | |
parent | 46d3c2dd3d3101a3d9c0eba485cf4503c8a40890 (diff) | |
download | dexon-solidity-de1317331f2607cc1e89779ccfd0ffa812628642.tar.gz dexon-solidity-de1317331f2607cc1e89779ccfd0ffa812628642.tar.zst dexon-solidity-de1317331f2607cc1e89779ccfd0ffa812628642.zip |
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 45aaf04a..1d61f09d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ Bugfixes: * Type system: Fix a crash caused by continuing on fatal errors in the code. * Type system: Disallow arrays with negative length. * Inline assembly: Charge one stack slot for non-value types during analysis. + * Assembly output: Print source location before the operation it refers to instead of after. ### 0.4.9 (2017-01-31) |