CHANGELOG.md: Split settings renaming to 2 separate entries

This commit is contained in:
rinpatch 2020-09-08 12:23:08 +03:00
parent 7ad1732ed2
commit d8a48f8386
1 changed files with 2 additions and 1 deletions

View 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