summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4450.bugfix2
-rw-r--r--changelog.d/4635.misc1
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/4450.bugfix b/changelog.d/4450.bugfix
new file mode 100644

index 0000000000..b194e94c15 --- /dev/null +++ b/changelog.d/4450.bugfix
@@ -0,0 +1,2 @@ +The dependency checker now correctly reports a version mismatch for optional +dependencies, instead of reporting the dependency missing. diff --git a/changelog.d/4635.misc b/changelog.d/4635.misc new file mode 100644
index 0000000000..0f45957b84 --- /dev/null +++ b/changelog.d/4635.misc
@@ -0,0 +1 @@ +Run `black` to reformat user directory code.