Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-02-14 10:13:36 +0300
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-02-14 10:13:36 +0300
commit2c0643ffee86d4c2a3a830a2554342edf054996b (patch)
treee1a464cf61bb8968b31b61b6ef764091340866fd /mcs/class/System/System.IO.Ports/ChangeLog
parent6b3826b9c0f6a7bfe0da143b52483499ddfc5ff9 (diff)
2006-02-13 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: Work on Encoding property and use it in Write methods. svn path=/trunk/mcs/; revision=56847
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index f5496169001..1975e90a6cf 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-13 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+ * SerialPort.cs: Work on Encoding property and use it
+ in Write methods.
+
2006-02-10 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialError.cs: