aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-02-24 17:39:55 +0800
committerGitHub <noreply@github.com>2017-02-24 17:39:55 +0800
commit92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6 (patch)
tree4f5d35f34c7598e0640576376d9e4544378ed0f8 /Changelog.md
parentdcc16c81e26f31141ae766096873b5fd7741cdf5 (diff)
parentbec3c6fab6bf02aea5664be4423f45e98db22e8e (diff)
downloaddexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.tar.gz
dexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.tar.zst
dexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.zip
Merge branch 'develop' into fixNoMobile
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 5684adbd..19c3755b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,8 +9,11 @@ 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.
* Type system: Fix a crash related to invalid binary operators.
+ * Inline assembly: Charge one stack slot for non-value types during analysis.
+ * Assembly output: Print source location before the operation it refers to instead of after.
### 0.4.9 (2017-01-31)