From 5fa336c65ece91bbe63d1c90e7596f991c1cb231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6nig?= Date: Thu, 6 Apr 2017 14:12:10 +0200 Subject: [PATCH] Document addition of connection_string parameter in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf1ddb1b..84bdbfde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Version 1.1.1 * Added supported for fetching results in batches of NumPy objects with `cursor.fetchnumpybatches()` (thanks @yaxxie) * MSSQL is now part of the Windows test suite (thanks @TWAC) +* `connect()` now allows to specify a `connection_string` instead of + individual arguments that are then compiles into a connection string (thanks @TWAC). Version 1.1.0 =============