diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-21 15:29:06 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-24 13:51:22 +0100 |
commit | 5d9c101551f69dbd4bff225b3c528fceabc8e444 (patch) | |
tree | a43f34872f48cccbb10044b032cd36003cc85a3b /changelog.d | |
parent | Remove unused Config.config_dir_path attribute (diff) | |
download | synapse-5d9c101551f69dbd4bff225b3c528fceabc8e444.tar.xz |
changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5516.feature | 1 | ||||
-rw-r--r-- | changelog.d/5521.feature | 1 | ||||
-rw-r--r-- | changelog.d/5521.misc | 1 | ||||
-rw-r--r-- | changelog.d/5522.feature | 1 | ||||
-rw-r--r-- | changelog.d/5522.misc | 1 |
5 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/5516.feature b/changelog.d/5516.feature new file mode 100644 index 0000000000..fdf91c35e4 --- /dev/null +++ b/changelog.d/5516.feature @@ -0,0 +1 @@ +Allow configuration of the path used for ACME account keys. diff --git a/changelog.d/5521.feature b/changelog.d/5521.feature new file mode 100644 index 0000000000..fdf91c35e4 --- /dev/null +++ b/changelog.d/5521.feature @@ -0,0 +1 @@ +Allow configuration of the path used for ACME account keys. diff --git a/changelog.d/5521.misc b/changelog.d/5521.misc deleted file mode 100644 index e3a14fdeaf..0000000000 --- a/changelog.d/5521.misc +++ /dev/null @@ -1 +0,0 @@ -Factor acme bits out to a separate file. diff --git a/changelog.d/5522.feature b/changelog.d/5522.feature new file mode 100644 index 0000000000..fdf91c35e4 --- /dev/null +++ b/changelog.d/5522.feature @@ -0,0 +1 @@ +Allow configuration of the path used for ACME account keys. diff --git a/changelog.d/5522.misc b/changelog.d/5522.misc deleted file mode 100644 index 17a7be5c99..0000000000 --- a/changelog.d/5522.misc +++ /dev/null @@ -1 +0,0 @@ -Pass config_dir_path and data_dir_path into Config.read_config. |