summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-11 23:46:32 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-11 23:46:32 +0000
commit7408332eb59f5c852331eead60a8f7b460272980 (patch)
tree603bad1046993ecba5622eb6f5aedb3cad7132fd
parent5889d7bfdd46a63886ebd87ce427e3bb73eaa254 (diff)
downloadswig-7408332eb59f5c852331eead60a8f7b460272980.tar.gz
Add notes on SF Bug #1299 - nspace and class name collisions
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
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.