summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-08 12:23:08 +0300
committerrinpatch <rinpatch@sdf.org>2020-09-08 12:23:08 +0300
commitd8a48f838697ce6f1d37f5504c1e51b316aed037 (patch)
tree5920e433356a6e118443298cabf8dff2384ee921
parent7ad1732ed2444d4d7bb1a89e66d46e5d52536e0f (diff)
downloadpleroma-d8a48f838697ce6f1d37f5504c1e51b316aed037.tar.gz
pleroma-d8a48f838697ce6f1d37f5504c1e51b316aed037.zip
CHANGELOG.md: Split settings renaming to 2 separate entries
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f303e22a7..e6180a6da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
-- Settings renaming: `:await_up_timeout` in `:connections_pool` namespace to `connect_timeout`, `timeout` in `pools` namespace to `recv_timeout`.
+- Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated.
+- Renamed `:timeout` in `pools` namespace to `:recv_timeout`, old name is deprecated.
### Removed