diff options
-rw-r--r-- | CHANGELOG-3.7.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG-3.7.md b/CHANGELOG-3.7.md index a2dde5be040..06a08377dca 100644 --- a/CHANGELOG-3.7.md +++ b/CHANGELOG-3.7.md @@ -84,6 +84,9 @@ These are the changes since Ice 3.7.4. - Fixed IceGridGUI bug where service metrics were missing [#1203](https://github.com/zeroc-ice/ice/issues/1203) +- Fixed a bug in the marshaling of exceptions optional data members, that affects Swift and C# mappings, + other language mappings where not affected. See [#889](https://github.com/zeroc-ice/ice/issues/889) + ## C++ Changes - string literals using the narrow string mapping are no longer map to u8 string literals, instead |