Fixed broken anchors

This commit is contained in:
Simon Willison 2021-06-19 13:36:16 -07:00 committed by GitHub
commit e71c41d39b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Changelog
===========
.. _3.10:
.. _3_10:
3.10 (2021-06-19)
-----------------
@ -70,7 +70,7 @@ Other changes
- Now using `pytest-cov <https://pytest-cov.readthedocs.io/>`__ and `Codecov <https://about.codecov.io/>`__ to track test coverage - currently at 96%. (`#275 <https://github.com/simonw/sqlite-utils/issues/275>`__)
- SQL errors that occur when using ``sqlite-utils query`` are now displayed as CLI errors.
.. _3.9.1:
.. _3_9_1:
3.9.1 (2021-06-12)
------------------