From 1c452a4a1e4585d60f7d2059a0b279fe991fd650 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 5 Jun 2017 09:19:29 -0500 Subject: [PATCH] Spelling corrections --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d67f26..f1ef2e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,9 +29,9 @@ ## Features -* Entirely revamped pluggable type sytem that supports approximately 60 PostgreSQL types. +* Entirely revamped pluggable type system that supports approximately 60 PostgreSQL types. * Types support database/sql interfaces and therefore can be used with other drivers -* Added context methods supporting cancelation where appropriate +* Added context methods supporting cancellation where appropriate * Added simple query protocol support * Added single round-trip query mode * Added batch query operations