diff options
author | Tulir Asokan <tulir@maunium.net> | 2020-11-27 14:37:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 12:37:55 +0000 |
commit | 856eab606b17bcd78549ff12e9d41a62d441af07 (patch) | |
tree | c679b9c2722b51b0e770f789288258c2d6a416bc /changelog.d | |
parent | Add typing to membership Replication class methods (#8809) (diff) | |
download | synapse-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.removal | 1 |
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. |