diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-04-14 11:08:36 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-04-14 11:08:36 -0700 |
commit | 1b7bdd068f44a5d8b82050c3b890823921bec360 (patch) | |
tree | 80c4d14aaf55f7fdf4e7bb600c1d9b80147a7f30 /CHANGELOG-3.6.md | |
parent | ICE-7014 - Slice comments that begin or end with a double quote can cause bog... (diff) | |
download | ice-1b7bdd068f44a5d8b82050c3b890823921bec360.tar.bz2 ice-1b7bdd068f44a5d8b82050c3b890823921bec360.tar.xz ice-1b7bdd068f44a5d8b82050c3b890823921bec360.zip |
ICE-7014 - Updating changelog
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 059a586c263..24b47710c36 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -10,12 +10,13 @@ particular aspect of Ice. - [Changes in Ice 3.6.3](#changes-in-ice-363) - [C++ Changes](#c-changes) + - [Python Changes](#python-changes) - [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) - - [Python Changes](#python-changes) + - [Python Changes](#python-changes-1) - [Ruby Changes](#ruby-changes) - [Changes in Ice 3.6.1](#changes-in-ice-361) - [General Changes](#general-changes-1) @@ -30,7 +31,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-1) + - [Python Changes](#python-changes-2) - [Ruby Changes](#ruby-changes-1) @@ -46,6 +47,11 @@ These are the changes since Ice 3.6.2. The Ice.LogFile.SizeMax property is set to 0 by default, which means the log file size is unlimited and a single log file is created. +## Python Changes + +- Fixed a bug in the Slice compiler in which a Slice comment that begins or + ends with a double quote could generate a bogus Python docstring. + # Changes in Ice 3.6.2 These are the changes since Ice 3.6.1. |