diff --git a/python-pyodbc.changes b/python-pyodbc.changes index 037c932..ec84680 100644 --- a/python-pyodbc.changes +++ b/python-pyodbc.changes @@ -1,7 +1,11 @@ ------------------------------------------------------------------- Wed Jan 30 19:32:36 UTC 2019 - Dirk Hartmann -- Update to version 4.0.25. +- Update to version 4.0.25: + * support for SQL Server Table-Valued Paramaters has arrived. See test_tvp in the SQL Server unit tests. + * Support for IBM DB/2 DECFLOAT type (#472) by @c-dy + * Better SQL Server and FreeTDS tests with known driver issues (#469) by @gordthompson. + * Fix "function sequence error" with fast executemany (#450) by @v-makouz. ------------------------------------------------------------------- Sat Aug 25 15:19:36 UTC 2018 - jengelh@inai.de