From 8c39d1d32cd0a3e9287394e57853e5f3fe05af44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Fri, 22 Nov 2024 11:55:55 +0000 Subject: [PATCH] [DOP-21634] Update CHANGELOG --- docs/changelog/0.12.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/0.12.3.rst b/docs/changelog/0.12.3.rst index f931d2ee..ca160fa8 100644 --- a/docs/changelog/0.12.3.rst +++ b/docs/changelog/0.12.3.rst @@ -4,4 +4,4 @@ Bug Fixes --------- -- Allow passing table names in format ``schema."table.with.dots"`` to ``DBReader(name=...)`` and ``DBWriter(name=...)``. +- Allow passing table names in format ``schema."table.with.dots"`` to ``DBReader(source=...)`` and ``DBWriter(target=...)``.