From e02146f4bf0f8876ccbed34f0c6ebcd2712f1271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Mon, 31 Jul 2023 19:00:42 +0200 Subject: [PATCH] Add changelog entry for f83e0f672039de0c6b7e5ba7d738cccdd592ca57 Missed in #1032. --- docs/changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3236deae..6a397b89 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,7 +6,10 @@ ChangeLog 3.3.1 (unreleased) ------------------ -- Nothing changed yet. +*Bugfix:* + +- :issue:`1031`: Do not require :attr:`~factory.alchemy.SQLAlchemyOptions.sqlalchemy_session` when + :attr:`~factory.alchemy.SQLAlchemyOptions.sqlalchemy_session_factory` is provided. 3.3.0 (2023-07-19)