Skip to content

Commit

Permalink
Mention backend-path changes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Apr 24, 2024
1 parent debf816 commit dd15b2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ v1.1
----

- Add type annotations to the public API.
- More careful handling of the ``backend-path`` key from ``pyproject.toml``.
Previous versions would load the backend and then check that it was loaded
from the specified path; the new version only loads it from the specified path.
The ``BackendInvalid`` exception is now a synonym for :exc:`BackendUnavailable`,
and code should move to using the latter name.

v1.0
----
Expand Down

0 comments on commit dd15b2a

Please sign in to comment.