diff options
-rw-r--r-- | CHANGELOG-3.6.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 5c376b4ab65..a79a509e221 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -64,6 +64,9 @@ These are the changes since Ice 3.6.2. - Fixed a bug in the Slice compiler in which a Slice comment that begins or ends with a double quote could generate a bogus Python docstring. +- Fixed bug where Ice::UnknownUserException would sometimes be raised in C++ + extension instead of being passed to Python. + # Changes in Ice 3.6.2 These are the changes since Ice 3.6.1. |