Fix changelog

This commit is contained in:
Manish Goregaokar 2016-06-27 22:24:15 +05:30
parent 921d8f549f
commit 6763d566a8
No known key found for this signature in database
GPG Key ID: 3BBF4D3E2EF79F98
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
2016-06-27 Manish Goregaokar <manish@mozilla.com>
* rust-lang.c (rust_print_type): Print unit types as "()"
* rust-lang.c (rust_print_type): Omit return type for functions
* rust-lang.c (rust_print_type, rust_decorations): Print unit
types as "()", (rust_print_type): Omit return type for functions
returning unit
2016-06-25 Pierre-Marie de Rodat <derodat@adacore.com>