diff options
author | Jose <jose@zeroc.com> | 2021-01-11 23:15:37 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2021-01-11 23:16:00 +0100 |
commit | 4e6cf35dbd026912528a8ee2222a7cbb6ece3db4 (patch) | |
tree | 74a673a846c7b1e5be41eca73cd90d5d15b7c2e4 | |
parent | Fix Ice for Swift Slice dependencies (#1236) (diff) | |
download | ice-4e6cf35dbd026912528a8ee2222a7cbb6ece3db4.tar.bz2 ice-4e6cf35dbd026912528a8ee2222a7cbb6ece3db4.tar.xz ice-4e6cf35dbd026912528a8ee2222a7cbb6ece3db4.zip |
Update 3.7 CHANGELOG
-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 |