summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9514.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9514.rst b/doc/build/changelog/unreleased_20/9514.rst
new file mode 100644
index 000000000..cb2d7761e
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9514.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, orm, typing
+ :tickets: 9514
+
+ Properly type :paramref:`_dml.Insert.from_select.names` to accept
+ a list of string or columns or mapped attributes.