From dd15b2a55f4e1a0aa858d6195e07ecf6d6ac44cb Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 24 Apr 2024 19:35:47 +0200 Subject: [PATCH] Mention backend-path changes in changelog --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7f88cfa..73eea77 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ----