diff options
author | Jose <jose@zeroc.com> | 2016-02-29 15:56:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-02-29 15:56:29 +0100 |
commit | 05f2548dc1b12b4b5afd3406af3bd899c17f85be (patch) | |
tree | 0bc0ae4845afa929e74f2f1fcb9ee20057b3240f /CHANGELOG-3.6.md | |
parent | ICE-6843 - Check for php-config in the path (diff) | |
download | ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.tar.bz2 ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.tar.xz ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.zip |
ICE-6952 - identityToString/stringToIdentity non member functions
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index bb48ca87424..15d203c9525 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -52,6 +52,10 @@ These are the changes since Ice 3.6.1. - Fixed potential deadlock that could occur when using collocation optimization and serialized server thread pools. +- Added Ice::identityToString and Ice::stringToIdentity non member functions, with the + same semantics than Ice::Communicator member functions Ice::Communicator::identityToString + and Ice::Communicator::stringToIdentity. + ## C# Changes - Minor fixes to release the memory used by the transports to send and receive |