diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-22 11:58:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-22 11:58:13 +0000 |
commit | 5fee9d8067b0078d13ec99b08f1a2ff471478f38 (patch) | |
tree | 1d2778edecc564dd5cfad09adb03cd236d6de4e3 /changelog.d | |
parent | Allow newsfragments to end with exclamation marks! (#4912) (diff) | |
parent | Newsfile (diff) | |
download | synapse-5fee9d8067b0078d13ec99b08f1a2ff471478f38.tar.xz |
Merge pull request #4869 from matrix-org/erikj/yaml_load
Fix yaml warnings by using safe_load
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4869.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4869.misc b/changelog.d/4869.misc new file mode 100644 index 0000000000..d8186cc520 --- /dev/null +++ b/changelog.d/4869.misc @@ -0,0 +1 @@ +Fix yaml library warnings by using safe_load. |