diff options
author | Joe George <joe@zeroc.com> | 2016-08-23 14:41:56 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-08-23 14:41:56 -0400 |
commit | 2dfa2b485bbc4097acdf54f54d11e462613b5a0b (patch) | |
tree | 0dc7c2194362367159e48b21b121c4eaaedef67d | |
parent | Fix ICE-7278 (diff) | |
download | ice-2dfa2b485bbc4097acdf54f54d11e462613b5a0b.tar.bz2 ice-2dfa2b485bbc4097acdf54f54d11e462613b5a0b.tar.xz ice-2dfa2b485bbc4097acdf54f54d11e462613b5a0b.zip |
Update CHANGELOG-3.6.md
-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. |