summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-12 17:27:07 +0100
committerGitHub <noreply@github.com>2019-07-12 17:27:07 +0100
commitd336b51331d5cf40a577397e8945223d1949e965 (patch)
tree315229cf32f927165134e6631e0b343fce7b98e7 /changelog.d
parentImplement access token expiry (#5660) (diff)
downloadsynapse-d336b51331d5cf40a577397e8945223d1949e965.tar.xz
Add a `docker` type to the towncrier configuration (#5673)
... and certain other changelog-related fixes
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5619.docker1
-rw-r--r--changelog.d/5619.misc1
-rw-r--r--changelog.d/5620.docker (renamed from changelog.d/5620.bugfix)2
-rw-r--r--changelog.d/5655.misc (renamed from changelog.d/5655.doc)0
-rw-r--r--changelog.d/5673.misc1
5 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/5619.docker b/changelog.d/5619.docker
new file mode 100644
index 0000000000..b69e5cc57c
--- /dev/null
+++ b/changelog.d/5619.docker
@@ -0,0 +1 @@
+Base Docker image on a newer Alpine Linux version (3.8 -> 3.10).
diff --git a/changelog.d/5619.misc b/changelog.d/5619.misc
deleted file mode 100644
index c5e22d2051..0000000000
--- a/changelog.d/5619.misc
+++ /dev/null
@@ -1 +0,0 @@
-Base Docker image on a newer Alpine Linux version (3.8 -> 3.10)
diff --git a/changelog.d/5620.bugfix b/changelog.d/5620.docker
index 17e1f133e8..cbb5a75d6a 100644
--- a/changelog.d/5620.bugfix
+++ b/changelog.d/5620.docker
@@ -1 +1 @@
-Add missing space in default logging file format generated by the Docker image
+Add missing space in default logging file format generated by the Docker image.
diff --git a/changelog.d/5655.doc b/changelog.d/5655.misc
index acab6aee92..acab6aee92 100644
--- a/changelog.d/5655.doc
+++ b/changelog.d/5655.misc
diff --git a/changelog.d/5673.misc b/changelog.d/5673.misc
new file mode 100644
index 0000000000..1942256358
--- /dev/null
+++ b/changelog.d/5673.misc
@@ -0,0 +1 @@
+Add a `docker` type to the towncrier configuration.