diff options
-rwxr-xr-x | javae/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/javae/CHANGES b/javae/CHANGES index c8ffad2e254..4e035cde80f 100755 --- a/javae/CHANGES +++ b/javae/CHANGES @@ -1,6 +1,11 @@ Changes since version 1.1.0 --------------------------- +- Added Communicator::propertyToProxy() which creates a proxy from + a set of properties. This operation allows you to set various local + proxy settings, such as the locator, which cannot be set using + stringToProxy(). + - Trailing characters past the adapter id in a stringified proxy will now raise a ProxyParseException. |