summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-04-03 20:50:54 -0400
committerGitHub <noreply@github.com>2017-04-03 20:50:54 -0400
commit4aaaa30b9750ca91c19075d270fbff494a886563 (patch)
treee32fa8ccc16f5f9359ad5ddd03fee400bdb86e1f
parentFormatting fix (diff)
downloadice-4aaaa30b9750ca91c19075d270fbff494a886563.tar.bz2
ice-4aaaa30b9750ca91c19075d270fbff494a886563.tar.xz
ice-4aaaa30b9750ca91c19075d270fbff494a886563.zip
Formatting fixes
-rw-r--r--CHANGELOG-3.7.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG-3.7.md b/CHANGELOG-3.7.md
index 3441995af5e..ce82a4391da 100644
--- a/CHANGELOG-3.7.md
+++ b/CHANGELOG-3.7.md
@@ -106,7 +106,7 @@ These are the changes since the Ice 3.6 release or snapshot described in [CHANGE
As a result, the `Ice::DispatchStatus` enumeration has been removed. See the
Ice manual for details on the new dispatch interceptor API.
-- The ice_getConnection() method now correctly returns a connection if
+- The `ice_getConnection` operation now correctly returns a connection if
connection caching is disabled (it previously returned a null connection).
- The iOS SSL transport is now based on the same implementation as macOS. Most
@@ -151,8 +151,8 @@ These are the changes since the Ice 3.6 release or snapshot described in [CHANGE
`findObjectFactory` have been deprecated in favor of similar operations on the
new interface `ValueFactoryManager`.
-- The Slice compiler options --ice and --underscore are now deprecated, and
- replaced by the global Slice metadata ice-prefix and underscore.
+- The Slice compiler options `--ice` and `--underscore` are now deprecated, and
+ replaced by the global Slice metadata `ice-prefix` and `underscore`.
- Renamed local interface metadata `async` to `async-oneway`.
@@ -218,7 +218,7 @@ These are the changes since the Ice 3.6 release or snapshot described in [CHANGE
- Added `getAuthorityKeyIdentifier` and `getSubjectKeyIdentifier` functions to
`IceSSL::Certificate`. These functions are not supported on iOS or UWP.
-- Upgraded IceSSL Certificate API to allow retrieving X509v3 extensions. This feature
+- Augmented IceSSL Certificate API to allow retrieving X509v3 extensions. This feature
is currently available only with OpenSSL and SChannel.
- Refactored IceSSL Plug-in API to allow loading multiple implementations of the plug-in