diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-03-21 13:37:27 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-03-21 13:37:27 -0700 |
commit | a0a8b50540a1dbc9ab447d974e30ab94d6852084 (patch) | |
tree | c2a9ed92921b571623238fdeb3746df96d5c45de /CHANGELOG-3.6.md | |
parent | IceGridGUI start minimized in OS X (diff) | |
download | ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.tar.bz2 ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.tar.xz ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.zip |
version fixes
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index d8ea1f94fb3..8ede4eabad3 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -13,6 +13,7 @@ particular aspect of Ice. - [C++ Changes](#c-changes) - [C# Changes](#c-changes-1) - [Java Changes](#java-changes) + - [Python Changes](#python-changes) - [Ruby Changes](#ruby-changes) - [Changes in Ice 3.6.1](#changes-in-ice-361) - [General Changes](#general-changes-1) @@ -27,7 +28,7 @@ particular aspect of Ice. - [JavaScript Changes](#javascript-changes-1) - [Objective-C Changes](#objective-c-changes) - [PHP Changes](#php-changes-1) - - [Python Changes](#python-changes) + - [Python Changes](#python-changes-1) - [Ruby Changes](#ruby-changes-1) # Changes in Ice 3.6.2 @@ -82,6 +83,10 @@ These are the changes since Ice 3.6.1. - Fixed an IceGridGUI bug where the GUI started minimized in OS X. +## Python Changes + +- Added compatibility with Python 3.5. + ## Ruby Changes - Added compatibility with Ruby 2.3. |