From 109d1429d04e2f28ab93f3419ffc92eb5ca48148 Mon Sep 17 00:00:00 2001 From: Jenny Tam Date: Fri, 20 Oct 2017 10:12:56 -0700 Subject: [PATCH] Typos and minor changes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff0ba92..aedaa790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ Updated PECL release packages. Here is the list of updates: ### Fixed - PDO::quote with string containing ASCII NUL character (Issue [#538]( https://github.com/Microsoft/msphpsql/issues/538)) - Appropriate error message is returned when calling nextRowset() on an empty result set (issue [#507 ](https://github.com/Microsoft/msphpsql/issues/507)) -- Now decimal types with no decimals are correctly handled when AE is enable (PR [#544](https://github.com/Microsoft/msphpsql/pull/544)) -- Now search for installed ODBC drivers in Linux/mac first before attempting to connect using the default ODBC driver +- Decimal types with no decimals are correctly handled when AE is enabled(PR [#544](https://github.com/Microsoft/msphpsql/pull/544)) +- Search for installed ODBC drivers in Linux/mac first before attempting to connect using the default ODBC driver - BIGINT as an output param no longer results in value out of range exception when the returned value is larger than a maximum integer ([PR #567](https://github.com/Microsoft/msphpsql/pull/567)) ### Limitations