From 4c9c39a66fcbb360aef11b4ca4dd1f65d6e6b94f Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Mon, 3 Oct 2022 20:16:20 +0530 Subject: [PATCH] fixup! Add 0.317.0 release notes --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 40f5bc3d..7b4ff6b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,8 @@ and the [PyPI page](https://pypi.org/project/trino/). server. ([#220](https://trinodb/trino-python-client/issues/220)) * Fix query failures when using SQLAlchemy `Table` without a catalog name provided. ([#237](https://trinodb/trino-python-client/issues/237)) +* Fix errors when using prepared statements with Trino versions greater than or + equal to 398. ([#242](https://trinodb/trino-python-client/issues/242)) ### Breaking Changes