Skip to content

Commit 4988e6a

Browse files
committed
Update CHANGES.
1 parent 398d19e commit 4988e6a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
git checkout origin/stable
88

9+
#### Jun 21 2013 hd | doc
10+
* Remove utf-8 encoding of binary data
11+
*Rationale*: The user must ensure that data passed to the MySQL
12+
connection is already encoded in the right utf-8 format. The socket
13+
doesn't know about encoding. In turn, one can again send binary BLOB
14+
data over the driver.
15+
* Fixes many small errors by merging two major Emysql branches
16+
917
#### Jun 21 2013 hd | doc
1018
* Fixed abuse of ETS table to store Mysql results
1119
* Fixed floating point encoding in the driver base

doc/changes.edoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
git checkout origin/stable
1010
'''
1111

12+
==== Jun 21 2013 hd | doc ====
13+
<li> Remove utf-8 encoding of binary data</li>
14+
<em>Rationale</em>: The user must ensure that data passed to the MySQL
15+
connection is already encoded in the right utf-8 format. The socket
16+
doesn't know about encoding. In turn, one can again send binary BLOB
17+
data over the driver.
18+
<li> Fixes many small errors by merging two major Emysql branches</li>
19+
1220
==== Jun 21 2013 hd | doc ====
1321
<li> Fixed abuse of ETS table to store Mysql results</li>
1422
<li> Fixed floating point encoding in the driver base</li>

0 commit comments

Comments
 (0)