diff --git a/doc/build/changelog/unreleased_13/6392.rst b/doc/build/changelog/unreleased_13/6392.rst index ddd49ccf96..e7cda565a5 100644 --- a/doc/build/changelog/unreleased_13/6392.rst +++ b/doc/build/changelog/unreleased_13/6392.rst @@ -3,7 +3,7 @@ :tickets: 6392 :versions: 1.4.12 - Fixed issue in :meth:`_orm.Session.bulk_save` when used with persistent + Fixed issue in :meth:`_orm.Session.bulk_save_objects` when used with persistent objects which would fail to track the primary key of mappings where the column name of the primary key were different than the attribute name.