From bbebd1a012341f511e01f24343ad0f2efe9c9565 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 27 Sep 2016 15:13:10 +1300 Subject: [PATCH] Add entry for #795 fix --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 11f364f5c..8802c8e96 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.11 (in progress) ============================ +2016-09-27: dontpanic92 + [Go] Fix argument names in inherited functions taking more than 8 + parameters. Fixes #795. + 2016-09-26: smarchetto [Scilab] mlists that map pointers can be given a custom type name.