summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CHANGES4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES
index 4d6c32f6633..0aaf25ced36 100644
--- a/cpp/CHANGES
+++ b/cpp/CHANGES
@@ -1,10 +1,6 @@
Changes since version 3.2.X (binary incompabible)
-------------------------------------------------
-- If a client endpoint configuration contains a host which is multihomed,
- the client will now use all the available ip addresses. Previously,
- only the first in the address list was used and others were ignored.
-
- Added a new property, Ice.Warn.UnusedProperties. If set to 1, when
the communicator is destroyed a warning will be printed listing all
properties that were set, but never read. Default is 0.