File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
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
+
3
21
## 0.9.3
4
22
5
23
Release date: 2018-12-18
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ license_file = LICENSE
13
13
author =yutaka.matsubara
14
14
author_email =yutaka.matsubara@gmail.com
15
15
16
- maintainer =INADA Naoki
16
+ maintainer =Inada Naoki
17
17
maintainer_email =songofacandy@gmail.com
You can’t perform that action at this time.
0 commit comments