Skip to content

Commit

Permalink
Fix some typos in HISTORY (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored and methane committed Oct 12, 2016
1 parent 42b68a4 commit 4050c74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ Use _binary prefix for bytes/bytearray parameters (#106)

Use mysql_real_escape_string_quote() if exists (#109)

Better Warning propergation (#101)
Better Warning propagation (#101)

Fix conversion error when mysql_affected_rows returns -1

Fix Cursor.callproc may raise TypeError (#90, #91)

connect() support 'database' and 'password' keyword argument.
connect() supports the 'database' and 'password' keyword arguments.

Fix accessing to dungling pointer when using ssl (#78)
Fix accessing dangling pointer when using ssl (#78)

Accept %% in Cursor.executemany (#83)

Fix warning cause TypeError on Python 3 (#68)
Fix warning that caused TypeError on Python 3 (#68)

=====================
What's new in 1.3.7
Expand Down

0 comments on commit 4050c74

Please sign in to comment.