diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-03-16 15:52:00 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-03-16 15:52:00 -0700 |
commit | 9019cf70bc3a3beff224786efafb5142482a3ac3 (patch) | |
tree | 9aa4bd35e21fc0ac1f2a7b8b44a692ed0a137c1e | |
parent | Fixed ICE-7024 - IceSSL/configuration test failure on SLES11 (diff) | |
download | ice-9019cf70bc3a3beff224786efafb5142482a3ac3.tar.bz2 ice-9019cf70bc3a3beff224786efafb5142482a3ac3.tar.xz ice-9019cf70bc3a3beff224786efafb5142482a3ac3.zip |
updating changelog TOC
-rw-r--r-- | CHANGELOG-3.6.md | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 402c7978e3c..e15a59fe4a7 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -8,23 +8,27 @@ We recommend that you use the release notes as a guide for migrating your applications to this release, and the manual for complete details on a particular aspect of Ice. -- [Changes in Ice 3.6.1](#changes-in-ice-361) +- [Changes in Ice 3.6.2](#changes-in-ice-362) + - [General Changes](#general-changes) - [C++ Changes](#c-changes) + - [C# Changes](#c-changes-1) + - [Java Changes](#java-changes) + - [Ruby Changes](#ruby-changes) - [Changes in Ice 3.6.1](#changes-in-ice-361) - - [General Changes](#general-changes) - - [C++ Changes](#c-changes-1) + - [General Changes](#general-changes-1) + - [C++ Changes](#c-changes-2) - [JavaScript Changes](#javascript-changes) - [PHP Changes](#php-changes) - [Changes in Ice 3.6.0](#changes-in-ice-360) - - [General Changes](#general-changes-1) - - [C++ Changes](#c-changes-2) - - [C# Changes](#c#-changes) - - [Java Changes](#java-changes) + - [General Changes](#general-changes-2) + - [C++ Changes](#c-changes-3) + - [C# Changes](#c-changes-4) + - [Java Changes](#java-changes-1) - [JavaScript Changes](#javascript-changes-1) - [Objective-C Changes](#objective-c-changes) - [PHP Changes](#php-changes-1) - [Python Changes](#python-changes) - - [Ruby Changes](#ruby-changes) + - [Ruby Changes](#ruby-changes-1) # Changes in Ice 3.6.2 |