summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 008e7b6b98b..6a1bd428966 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,10 +43,10 @@ General Changes
- Fixed hang in slice2cs and slice2py that would occur if a comment
contained a '<' with no closing '>'.
-- Fixed a bug in Java and C# BasicStream, readString() and readBlob()
- operations were not checking the size before allocating memory.
+- Fixed a bug in the Java and C# stream classes where readString() and
+ readBlob() were not checking the size before allocating memory.
-- Fixed Ice sources to have consistent end of line.
+- Fixed source files to have consistent end of line terminators.
Python Changes