aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-07 19:35:42 +0800
committerchriseth <c@ethdev.com>2017-03-07 19:35:42 +0800
commitd3ab59dff679300ef220e551a28eba20172946d7 (patch)
treecb14af9093c3f15b85ca0ef39fd159e7549e7d0a /Changelog.md
parentbb06569dc66adbe853bf79273f2eff04d8e36ab6 (diff)
downloaddexon-solidity-d3ab59dff679300ef220e551a28eba20172946d7.tar
dexon-solidity-d3ab59dff679300ef220e551a28eba20172946d7.tar.gz
dexon-solidity-d3ab59dff679300ef220e551a28eba20172946d7.tar.bz2
dexon-solidity-d3ab59dff679300ef220e551a28eba20172946d7.tar.lz
dexon-solidity-d3ab59dff679300ef220e551a28eba20172946d7.tar.xz
dexon-solidity-d3ab59dff679300ef220e551a28eba20172946d7.tar.zst
dexon-solidity-d3ab59dff679300ef220e551a28eba20172946d7.zip
Changelog entry.
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 5eb1e401..7295703f 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: Disallow arrays with negative length.
* Type system: Fix a crash related to invalid binary operators.