diff options
-rw-r--r-- | cs/CHANGES | 3 | ||||
-rw-r--r-- | java/CHANGES | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/cs/CHANGES b/cs/CHANGES index e15d67010f8..991831ea9b6 100644 --- a/cs/CHANGES +++ b/cs/CHANGES @@ -4,6 +4,9 @@ Changes since version 3.2.0 - Trailing characters past the adapter id in a stringified proxy will now raise a ProxyParseException. +- Fixed the translator to correctly generate marhsaling/unmarshaling + methods for interfaces and allow them to be transfered by value. + Changes since version 3.1.1 --------------------------- diff --git a/java/CHANGES b/java/CHANGES index 48f902f7a56..ed0d6336ec5 100644 --- a/java/CHANGES +++ b/java/CHANGES @@ -4,6 +4,9 @@ Changes since version 3.2.0 - Trailing characters past the adapter id in a stringified proxy will now raise a ProxyParseException. +- Fixed the translator to correctly generate marhsaling/unmarshaling + methods for interfaces and allow them to be transfered by value. + - Fixed a translator bug that generated invalid code for certain Java5 types. |