forked from AkkomaGang/akkoma
CHANGELOG.md: Split settings renaming to 2 separate entries
This commit is contained in:
parent
7ad1732ed2
commit
d8a48f8386
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue