diff options
author | Jose <jose@zeroc.com> | 2015-06-16 18:56:26 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-06-16 18:56:26 +0200 |
commit | 4a06d302a5840aab1b85f7e58ba3766e759b062c (patch) | |
tree | f6b3acb944ee6fe4eb3e4fbee6162f4eff6243c7 | |
parent | objetive-c optional test updates (diff) | |
download | ice-4a06d302a5840aab1b85f7e58ba3766e759b062c.tar.bz2 ice-4a06d302a5840aab1b85f7e58ba3766e759b062c.tar.xz ice-4a06d302a5840aab1b85f7e58ba3766e759b062c.zip |
3.6 CHANGELOG updates
-rw-r--r-- | CHANGELOG-3.6.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 12517714717..3faed8e3de5 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -167,6 +167,8 @@ These are the changes since Ice 3.5.1. - `IcePatch2.Remove` - `IcePatch2.Thorough` +- Fixed a bug where optional class data members were not correctly marshaled and unmarshaled when non optional class data members were defined after the optional class data members or the optional tag were not in ascending order. This bugs affects Java, CSharp and JavaScript language mappings. + ## C++ Changes - Fixed a bug where the object adapter default servant map wasn't cleared on object adapter destruction. This could potential lead to leaks if the default servant had a reference to the object adapter. |