diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-08-12 11:22:25 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-08-12 11:22:25 -0230 |
commit | f777078470a4da33560bd70e5f79109a06c7d5ff (patch) | |
tree | e953d935d858beec5fbac6c54954ba1c161e5c81 /CHANGELOG-3.6.md | |
parent | Added entries to CHANGELOG-3.6 (diff) | |
download | ice-f777078470a4da33560bd70e5f79109a06c7d5ff.tar.bz2 ice-f777078470a4da33560bd70e5f79109a06c7d5ff.tar.xz ice-f777078470a4da33560bd70e5f79109a06c7d5ff.zip |
CHANGELOG updates
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 90134b95a5b..c696ce82ce1 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -43,9 +43,15 @@ These are the changes since Ice 3.6.0. } ``` +- Added `--validate` option to Slice compilers. This option validates the options that are passed to the Slice compiler and emits any errors but does not create the generated files. + ## C++ Changes -- Added registration function for Ice plug-ins (Ice::registerIceSSL, ...). Use these functions if you don't want to rely on plug-in dynamic loading at runtime. Your application will need to link with the plug-in dynamic library if uses the register function. +- Added registration function for Ice plug-ins (Ice::registerIceSSL, ...). Use these functions if you don't want to rely on plug-in dynamic loading at runtime. Your application will need to link with the plug-in dynamic library if it uses the register function. + +## JavaScript Changes + +- Fixed an issue in connection code which would cause an unexpected exception to be raised in some browsers when connection caching was enabled. # Changes in Ice 3.6.0 |