projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad1732
)
CHANGELOG.md: Split settings renaming to 2 separate entries
author
rinpatch
<rinpatch@sdf.org>
Tue, 8 Sep 2020 09:23:08 +0000
(12:23 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Tue, 8 Sep 2020 09:23:08 +0000
(12:23 +0300)
CHANGELOG.md
patch
|
blob
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index f303e22a7387b24b859625f541825da2de86e4ac..e6180a6dac44fe5debfeb19e5991705f354866d3 100644
(file)
--- 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