From ceb741c95773d7ef157673a6d9d0aea4a5297528115562eb9b572eb5caf72b57 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 28 Jan 2021 17:50:53 +0000 Subject: [PATCH] Accepting request 867554 from home:alarrosa:branches:devel:languages:python Add old changelog entry to include reference to bugzilla issue - 1.2.16 includes the fix to maintain compiled_params / replacement_expressions within expanding IN (bsc#1176953) OBS-URL: https://build.opensuse.org/request/show/867554 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=183 --- python-SQLAlchemy.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index fa08486..cb778b2 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1465,6 +1465,8 @@ Sat Feb 9 14:00:31 UTC 2019 - Adrian Schröter Bugfix releases, find details at https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html#change-1.2.16 https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html#change-1.2.15 +- 1.2.16 includes the fix to maintain compiled_params / replacement_expressions + within expanding IN (bsc#1176953) ------------------------------------------------------------------- Tue Dec 4 12:54:53 UTC 2018 - Matej Cepl