diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index b0a0a40131c..ff885b68c97 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,10 @@ Changes since version 1.5.1 --------------------------- +- Fixed bug in slice2cpp: for statically linked binaries under + Windows, exceptions and classes could cause an + UnmarshalOutOfBoundsException. + - Fixed bug in slice2java: with the --impl-tie option, incorrect code was generated for local interfaces and classes. |