CHANGELOG.md: Split settings renaming to 2 separate entries
authorrinpatch <rinpatch@sdf.org>
Tue, 8 Sep 2020 09:23:08 +0000 (12:23 +0300)
committerrinpatch <rinpatch@sdf.org>
Tue, 8 Sep 2020 09:23:08 +0000 (12:23 +0300)
CHANGELOG.md

index f303e22a7387b24b859625f541825da2de86e4ac..e6180a6dac44fe5debfeb19e5991705f354866d3 100644 (file)
@@ -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