8000 Update changelog · rainingmaster/PyMySQL@e929f94 · GitHub
[go: up one dir, main page]

Skip to content

Commit e929f94

Browse files
committed
Update changelog
1 parent 73f9770 commit e929f94

File tree

Expand file tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

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

3+
## 0.10
4+
5+
Release date: 2020-07-17
6+
7+
* MariaDB ed25519 auth is supported.
8+
* Python 3.4 support is dropped.
9+
* Context manager interface is removed from `Connection`. It will be added
10+
with different meaning.
11+
* MySQL warnings are not shown by default because many user report issue to
12+
PyMySQL issue tracker when they see warning. You need to call "SHOW WARNINGS"
13+
explicitly when you want to see warnings.
14+
* Formatting of float object is changed from "3.14" to "3.14e0".
15+
* Use cp1252 codec for latin1 charset.
16+
* Fix decimal literal.
17+
* TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are now
18+
DataError instead of InternalError.
19+
20+
321
## 0.9.3
422

523
Release date: 2018-12-18

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ license_file = LICENSE
1313
author=yutaka.matsubara
1414
author_email=yutaka.matsubara@gmail.com
1515

16-
maintainer=INADA Naoki
16+
maintainer=Inada Naoki
1717
maintainer_email=songofacandy@gmail.com

0 commit comments

Comments
 (0)
0