Changelog entry.

This commit is contained in:
chriseth 2019-01-24 15:37:25 +01:00
parent 7684d886ae
commit 299e3b5388

View File

@ -12,6 +12,7 @@ Language Features:
Compiler Features:
* Implement packed encoding for ABIEncoderV2.
* C API (``libsolc`` / raw ``soljson.js``): Introduce ``solidity_free`` method which releases all internal buffers to save memory.
* Commandline interface: Adds new option ``--new-reporter`` for improved diagnostics formatting
along with ``--color`` and ``--no-color`` for colorized output to be forced (or explicitly disabled).