aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorChris Ward <chriswhward@gmail.com>2018-09-26 22:02:48 +0800
committerChris Ward <chriswhward@gmail.com>2018-09-27 17:06:41 +0800
commitd9b7fd1347e2ea82c0380784d33c8ceeadfc6a15 (patch)
treef6a095053e5cfe1aa4c07a18c4ba18f36b0bf187 /Changelog.md
parent0f59284a3d606b5139f4d5ccb932d3b582854c3c (diff)
downloaddexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.tar
dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.tar.gz
dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.tar.bz2
dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.tar.lz
dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.tar.xz
dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.tar.zst
dexon-solidity-d9b7fd1347e2ea82c0380784d33c8ceeadfc6a15.zip
Add Mojave to dependencies script
Add changelog entry Moved changelog item Updates from review
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 15edb6d5..7330f6d3 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -88,6 +88,7 @@ Language Features:
* Parser: Accept the ``address payable`` type during parsing.
Compiler Features:
+ * Build System: Support for Mojave version of macOS added.
* C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods.
* Code Generator: ``CREATE2`` instruction has been updated to match EIP1014 (aka "Skinny CREATE2"). It also is accepted as part of Constantinople.
* Type Checker: Nicer error message when trying to reference overloaded identifiers in inline assembly.