summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-02-26 10:47:57 -0800
committerMark Spruiell <mes@zeroc.com>2016-02-26 10:47:57 -0800
commit91a983fc1a4b3b88b9a6fc2e47d380b8e4624c3d (patch)
treef2e538ea536d11e6c5467196d2c8fc8a6daed998
parentICE-6844 - align C# with Java (diff)
downloadice-91a983fc1a4b3b88b9a6fc2e47d380b8e4624c3d.tar.bz2
ice-91a983fc1a4b3b88b9a6fc2e47d380b8e4624c3d.tar.xz
ice-91a983fc1a4b3b88b9a6fc2e47d380b8e4624c3d.zip
updating changelog for ICE-6844
-rw-r--r--CHANGELOG-3.7.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG-3.7.md b/CHANGELOG-3.7.md
index 760e9ae6850..022881cbbab 100644
--- a/CHANGELOG-3.7.md
+++ b/CHANGELOG-3.7.md
@@ -13,7 +13,7 @@ particular aspect of Ice.
# Changes in Ice 3.7.0
-These are the changes since Ice 3.6.1.
+These are the changes since Ice 3.6.2.
## General Changes
@@ -40,8 +40,8 @@ These are the changes since Ice 3.6.1.
- `ObjectFactory` has been deprecated in favor of the new local interface
`ValueFactory`. Communicator operations `addObjectFactory`and
- `findObjectFactory` have been deprecated in favor of `addValueFactory` and
- `findValueFactory`.
+ `findObjectFactory` have been deprecated in favor of similar operations on the
+ new interface `ValueFactoryManager`.
- Renamed local interface metadata `async` to `async-oneway`.
@@ -49,6 +49,11 @@ These are the changes since Ice 3.6.1.
Also replaced `setCallback` by `setCloseCallback` and `setHeartbeatCallback` on
the `Connection` interface.
+## Java Changes
+
+- Fixed a bug where unmarshaling Ice objects was really slow when using
+ compact type IDs.
+
## PHP Changes
- Added support for PHP 7.