Skip to content

Commit 13fe3ff

Browse files
committed
Add changelog for 0.7
1 parent 0b25a72 commit 13fe3ff

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changes
22

3+
## 0.7
4+
5+
Release date: 2016-01-10
6+
7+
Notable changes:
8+
9+
* Faster binary escaping
10+
* Add `"_binary" prefix` to string literal for binary types.
11+
binary types are: `bytearray` on Python 2, `bytes` and `bytearray` on Python 3.
12+
This is because recent MySQL show warnings when string literal is invalid for
13+
connection encoding.
14+
* `pymysql.Binary()` returns `bytearray` on Python 2. This is required to distinguish
15+
binary and string.
16+
* Auth plugin support.
17+
* no_delay option is ignored. It will be removed in PyMySQL 0.8.
18+
19+
320
## 0.6.7
421

522
Release date: 2015-09-30

0 commit comments

Comments
 (0)