mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
release
This commit is contained in:
parent
d8bee941c8
commit
526f45e3df
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# connection_pool Changelog
|
# connection_pool Changelog
|
||||||
|
|
||||||
|
2.4.0
|
||||||
|
------
|
||||||
|
|
||||||
|
- Automatically drop all connections after fork [#166]
|
||||||
|
|
||||||
2.3.0
|
2.3.0
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
class ConnectionPool
|
class ConnectionPool
|
||||||
VERSION = "2.3.0"
|
VERSION = "2.4.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue