From 4050c747e540cc8029e95bf416ec1cc697337b19 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 12 Oct 2016 11:08:57 +0100 Subject: [PATCH] Fix some typos in HISTORY (#129) --- HISTORY | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 98227dc..a420fd9 100644 --- a/HISTORY +++ b/HISTORY @@ -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