aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-02-16 19:36:43 +0800
committerchriseth <c@ethdev.com>2017-02-16 21:57:00 +0800
commitc3c3cccbec058f7f220994da7d272ce41d49d3e8 (patch)
tree70dae0e10851730c9cb1c447d69c6df82d99be4a /Changelog.md
parente629cf5bc3dc093a302b461273d89c8dd5999cb6 (diff)
downloaddexon-solidity-c3c3cccbec058f7f220994da7d272ce41d49d3e8.tar
dexon-solidity-c3c3cccbec058f7f220994da7d272ce41d49d3e8.tar.gz
dexon-solidity-c3c3cccbec058f7f220994da7d272ce41d49d3e8.tar.bz2
dexon-solidity-c3c3cccbec058f7f220994da7d272ce41d49d3e8.tar.lz
dexon-solidity-c3c3cccbec058f7f220994da7d272ce41d49d3e8.tar.xz
dexon-solidity-c3c3cccbec058f7f220994da7d272ce41d49d3e8.tar.zst
dexon-solidity-c3c3cccbec058f7f220994da7d272ce41d49d3e8.zip
Fix early exist for fatal errors.
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 bd514cfe..72947dab 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ Features:
Bugfixes:
* Commandline interface: Always escape filenames (replace ``/``, ``:`` and ``.`` with ``_``).
* Commandline interface: Do not try creating paths ``.`` and ``..``.
+ * Type system: Fix a crash caused by continuing on fatal errors in the code.
* Type system: Disallow arrays with negative length.
### 0.4.9 (2017-01-31)