diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-21 17:43:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 17:43:38 +0100 |
commit | 03cea2b0fed954e4558b7f0f652ae802c6e51604 (patch) | |
tree | 1a92e3668c8fad67d1a2758c6935f5fb6f2d4f76 /changelog.d | |
parent | Improve logging when generating config files (#5510) (diff) | |
download | synapse-03cea2b0fed954e4558b7f0f652ae802c6e51604.tar.xz |
Refactor Config parser and add some comments. (#5511)
Add some comments, and simplify `read_config_files`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5511.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5511.misc b/changelog.d/5511.misc new file mode 100644 index 0000000000..c1f679b287 --- /dev/null +++ b/changelog.d/5511.misc @@ -0,0 +1 @@ +Refactor and clean up Config parser for maintainability. |