aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-03 21:34:39 +0800
committerchriseth <c@ethdev.com>2017-03-06 22:05:09 +0800
commitefdfacaaeca0bf5fd900ed885e05fb15b282d5cf (patch)
treef7e7dc4bac7132059e6622347786f578b52c6dd6
parent5c5d83fd704e18f88d80e346386e97ed600b7281 (diff)
downloaddexon-solidity-efdfacaaeca0bf5fd900ed885e05fb15b282d5cf.tar.gz
dexon-solidity-efdfacaaeca0bf5fd900ed885e05fb15b282d5cf.tar.zst
dexon-solidity-efdfacaaeca0bf5fd900ed885e05fb15b282d5cf.zip
Changelog entry.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 5eb1e401..8e11775b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -11,6 +11,7 @@ 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: Detect cyclic dependencies between constants.
* Type system: Disallow arrays with negative length.
* Type system: Fix a crash related to invalid binary operators.
* Type system: Disallow ``var`` declaration with empty tuple type.