diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-03-08 19:24:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 19:24:22 +0800 |
commit | 78f7dd23446fb0bd4bff1847d560df4fac0e1159 (patch) | |
tree | 03ba2994c1723ae1d8b88d033230c4ae0a1e3ec7 /Changelog.md | |
parent | 85411f4f677769f3ea1b69c49c44d9c08180dbd4 (diff) | |
parent | d3ab59dff679300ef220e551a28eba20172946d7 (diff) | |
download | dexon-solidity-78f7dd23446fb0bd4bff1847d560df4fac0e1159.tar dexon-solidity-78f7dd23446fb0bd4bff1847d560df4fac0e1159.tar.gz dexon-solidity-78f7dd23446fb0bd4bff1847d560df4fac0e1159.tar.bz2 dexon-solidity-78f7dd23446fb0bd4bff1847d560df4fac0e1159.tar.lz dexon-solidity-78f7dd23446fb0bd4bff1847d560df4fac0e1159.tar.xz dexon-solidity-78f7dd23446fb0bd4bff1847d560df4fac0e1159.tar.zst dexon-solidity-78f7dd23446fb0bd4bff1847d560df4fac0e1159.zip |
Merge pull request #1750 from ethereum/asmoctal
Disallow octal numbers in parser.
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 ebd6f121..178bd39f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Features: Bugfixes: * Commandline interface: Always escape filenames (replace ``/``, ``:`` and ``.`` with ``_``). * Commandline interface: Do not try creating paths ``.`` and ``..``. + * Parser: Disallow octal literals. * Type system: Fix a crash caused by continuing on fatal errors in the code. * Type system: Detect cyclic dependencies between constants. * Type system: Disallow arrays with negative length. |