Changelog entry.

This commit is contained in:
chriseth 2017-03-06 14:16:06 +01:00
parent f300bdb020
commit a3cb69b14b

View File

@ -15,6 +15,7 @@ Bugfixes:
* Type system: Fix a crash related to invalid binary operators.
* Type system: Disallow ``var`` declaration with empty tuple type.
* Type system: Correctly convert function argument types to pointers for member functions.
* Type system: Move privateness of constructor into AST itself.
* 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.