Skip to content

Commit ba2681e

Browse files
committed
Fixed two typos in the release notes
1 parent 87c6ceb commit ba2681e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This new mechanism creates a full copy of the table, so it is likely to be signi
1515

1616
Other changes:
1717

18-
- The :ref:`table.transform() method <python_api_transform>` has two new parameters: ``foreign_keys=`` allows you to replace the foreign key constraints defined fo a table, and ``add_foreign_keys=`` lets you specify new foreign keys to add. These complement the existing ``drop_foreign_keys=`` parameter. (:issue:`577`)
18+
- The :ref:`table.transform() method <python_api_transform>` has two new parameters: ``foreign_keys=`` allows you to replace the foreign key constraints defined on a table, and ``add_foreign_keys=`` lets you specify new foreign keys to add. These complement the existing ``drop_foreign_keys=`` parameter. (:issue:`577`)
1919
- The :ref:`sqlite-utils transform <cli_transform_table>` command has a new ``--add-foreign-key`` option which can be called multiple times to add foreign keys to a table that is being transformed. (:issue:`585`)
2020
- :ref:`sqlite-utils convert <cli_convert>` now has a ``--pdb`` option for opening a debugger on the first encountered error in your conversion script. (:issue:`581`)
21-
- Fixed bug where ``sqlite-utils install -e '.[test]'`` option did not work correctly.
21+
- Fixed a bug where ``sqlite-utils install -e '.[test]'`` option did not work correctly.
2222

2323
.. _v3_34:
2424

0 commit comments

Comments
 (0)