summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWillem Mulder <willemmaster@hotmail.com>2019-01-23 18:41:59 +0100
committerWillem Mulder <willemmaster@hotmail.com>2019-01-23 18:44:57 +0100
commitd528406cb875b78907c7f7dc9872c1d2c22dc46c (patch)
treec0c9c2d0ad5c63403726c813e85d80da6af39564 /changelog.d
parentMerge pull request #4445 from matrix-org/anoa/user_dir_develop_backport (diff)
downloadsynapse-d528406cb875b78907c7f7dc9872c1d2c22dc46c.tar.xz
Fix error message for optional dependencies
Signed-off-by: Willem Mulder <willemmaster@hotmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4450.bugfix2
1 files changed, 2 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.