diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..0b0f808a4b --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,6 @@ +Release type: minor + +When calling the CLI without all the necessary dependencies installed, +a `MissingOptionalDependenciesError` will be raised instead of a +`ModuleNotFoundError`. This new exception will provide a more helpful +hint regarding how to fix the problem.