summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-11-27 14:37:55 +0200
committerGitHub <noreply@github.com>2020-11-27 12:37:55 +0000
commit856eab606b17bcd78549ff12e9d41a62d441af07 (patch)
treec679b9c2722b51b0e770f789288258c2d6a416bc /changelog.d
parentAdd typing to membership Replication class methods (#8809) (diff)
downloadsynapse-856eab606b17bcd78549ff12e9d41a62d441af07.tar.xz
Remove special case of pretty printing JSON responses for curl (#8833)
* Remove special case of pretty printing JSON responses for curl

Signed-off-by: Tulir Asokan <tulir@maunium.net>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8833.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8833.removal b/changelog.d/8833.removal
new file mode 100644
index 0000000000..5c2d195f94
--- /dev/null
+++ b/changelog.d/8833.removal
@@ -0,0 +1 @@
+Disable pretty printing JSON responses for curl. Users who want pretty-printed output should use [jq](https://stedolan.github.io/jq/) in combination with curl. Contributed by @tulir.