diff --git a/changelog.d/1652.change.rst b/changelog.d/1652.change.rst new file mode 100644 index 00000000000..f535769942b --- /dev/null +++ b/changelog.d/1652.change.rst @@ -0,0 +1 @@ +Added the ``build_meta_legacy`` backend, a "compatibility mode" PEP 517 backend that can be used as the default when ``build-backend`` is left unspecified in ``pyproject.toml``.