summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 79f2f22de49..30ff03ef6a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -272,16 +272,15 @@ C++ Changes
and getProcessWstringConverter can be used to establish and access
the process wide string converter.
+- Moved the StringConverter template and classes from the Ice namespace
+ to the IceUtil namespace.
+
- Added Ice.LogStdErr.Convert property which controls whether or not
the default StdErr logger converts messages from native narrow
encoding to the console code page. The default value is 1, meaning
by default messages are converted to the console code page encoding.
The property is only used on Windows.
-- Added IceUtil::nativeToWnative and IceUtil::wnativeToNative
- functions which allow you to convert between narrow and wide
- strings. stringToWstring and wstringToString have been deprecated.
-
- Added ice_staticId() to the ProxyHandle template.
- Removed deprecated Ice::Object::ice_getHash function.