From 7408332eb59f5c852331eead60a8f7b460272980 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 11 Jan 2013 23:46:32 +0000 Subject: [PATCH] Add notes on SF Bug #1299 - nspace and class name collisions --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index e75e04dac..0d6a69959 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release. Version 2.0.10 (in progress) ============================ +2013-01-11: Brant Kyser + [Java, C#, D] SF Bug #1299 - Fix generated names for when %nspace is used on + classes with the same name in two different namespaces. + 2013-01-11: Vladimir Kalinin [C#] Add support for csdirectorin 'pre', 'post' and 'terminator' attributes.