aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-14 18:58:43 +0800
committerchriseth <c@ethdev.com>2017-03-14 18:58:43 +0800
commit14196f2621cbc3a7580ae05b6f7508c92467168a (patch)
tree98701ae328792d01c8b86aeb89a1df035f995c0f /Changelog.md
parent9aab3b8639afa6e30e866e052a412b6f39c6ef6c (diff)
downloaddexon-solidity-14196f2621cbc3a7580ae05b6f7508c92467168a.tar
dexon-solidity-14196f2621cbc3a7580ae05b6f7508c92467168a.tar.gz
dexon-solidity-14196f2621cbc3a7580ae05b6f7508c92467168a.tar.bz2
dexon-solidity-14196f2621cbc3a7580ae05b6f7508c92467168a.tar.lz
dexon-solidity-14196f2621cbc3a7580ae05b6f7508c92467168a.tar.xz
dexon-solidity-14196f2621cbc3a7580ae05b6f7508c92467168a.tar.zst
dexon-solidity-14196f2621cbc3a7580ae05b6f7508c92467168a.zip
Allow long library names.
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 8e9780c0..577487a2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -12,6 +12,7 @@ Features:
Bugfixes:
* Commandline interface: Always escape filenames (replace ``/``, ``:`` and ``.`` with ``_``).
* Commandline interface: Do not try creating paths ``.`` and ``..``.
+ * Commandline interface: Allow long library names.
* Parser: Disallow octal literals.
* Type system: Fix a crash caused by continuing on fatal errors in the code.
* Type system: Disallow compound assignment for tuples.