Changelog entry.

This commit is contained in:
chriseth 2018-12-06 14:51:25 +01:00
parent 6124176374
commit fb805ccca6

View File

@ -5,6 +5,7 @@ Language Features:
Compiler Features:
* Inline Assembly: Improve error messages around invalid function argument count.
* Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``.
Bugfixes: