diff options
author | chriseth <c@ethdev.com> | 2017-02-16 18:45:06 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-02-16 18:46:27 +0800 |
commit | dcc16c81e26f31141ae766096873b5fd7741cdf5 (patch) | |
tree | 288bd63c517c42375d94d6de2f8afdf161d7bc0d /Changelog.md | |
parent | ad751bd3e6f22fadc01d43610ec2e2e008c32f11 (diff) | |
download | dexon-solidity-dcc16c81e26f31141ae766096873b5fd7741cdf5.tar dexon-solidity-dcc16c81e26f31141ae766096873b5fd7741cdf5.tar.gz dexon-solidity-dcc16c81e26f31141ae766096873b5fd7741cdf5.tar.bz2 dexon-solidity-dcc16c81e26f31141ae766096873b5fd7741cdf5.tar.lz dexon-solidity-dcc16c81e26f31141ae766096873b5fd7741cdf5.tar.xz dexon-solidity-dcc16c81e26f31141ae766096873b5fd7741cdf5.tar.zst dexon-solidity-dcc16c81e26f31141ae766096873b5fd7741cdf5.zip |
Some checks for the existence of mobile type.
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 bd514cfe..5684adbd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Bugfixes: * Commandline interface: Always escape filenames (replace ``/``, ``:`` and ``.`` with ``_``). * Commandline interface: Do not try creating paths ``.`` and ``..``. * Type system: Disallow arrays with negative length. + * Type system: Fix a crash related to invalid binary operators. ### 0.4.9 (2017-01-31) |