diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-03-17 17:11:59 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-03-17 17:11:59 -0400 |
commit | 76d6f4bcab54092c6aae3d73c9093eae5442a868 (patch) | |
tree | a64239b5e362b18fd8bc518704906ede8f44e8f0 /CHANGELOG-3.6.md | |
parent | python Slice/import test fixes for Debian binary python package (diff) | |
download | ice-76d6f4bcab54092c6aae3d73c9093eae5442a868.tar.bz2 ice-76d6f4bcab54092c6aae3d73c9093eae5442a868.tar.xz ice-76d6f4bcab54092c6aae3d73c9093eae5442a868.zip |
Universal character names support and other fixes
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index e15a59fe4a7..a93d83e2de8 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -52,6 +52,12 @@ These are the changes since Ice 3.6.1. groups would fail unless the client was using an encoding superior to the encoding of the dynamically registered object adapters. +- Added missing functions Ice::identityToString and Ice::stringToIdentity + (C++, Objective-C, PHP, Python and Ruby). + +- Added support for universal character names (\uNNNN and \UNNNNNNNN) in Slice string + constants. + ## C++ Changes - Fixed El Capitan build issues caused by a new security feature that no longer @@ -60,10 +66,6 @@ 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 |