diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 98af70c439f..96baea1140e 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -3,7 +3,8 @@ Changes since version 2.0.0 - Added setDefaultContext() and getDefaultContext() to the Ice::Communicator interface. This allows a default context - to be established on a communicator-wide basis. + to be established on a communicator-wide basis. See section + 29.8.3 in the doc. Added ice_defaultContext to Ice::ObjectProxy. This creates a new proxy that uses the default context established on the communicator. |