@@ -17,13 +17,15 @@ CONTRIBUTORS
1717- `kkrasovskii `_
1818- `V0idk `_
1919- `Bruno Inec `_
20+ - `alex3d `_
2021
2122CHANGELOG
2223=========
2324
24- - v.0.X.Y (`V0idk `_, `Bruno Inec `_)
25+ - v.0.X.Y (`V0idk `_, `Bruno Inec `_, ` alex3d `_ )
2526 + Remove the potential deadlock that is associated with threading.Lock (`#231 `_)
2627 + Remove the hidden modification of the logger in cases where a custom logger is used. (`#250 `_)
28+ + Speed up the bulk transfer (`#247 `_)
2729
2830- v.0.4.0 (`Pahaz `_)
2931 + Change the daemon mod flag for all tunnel threads (is not fully backward compatible) to prevent unexpected hangs (`#219 `_)
@@ -165,6 +167,7 @@ CHANGELOG
165167.. _kkrasovskii : https://github.com/kkrasovskii
166168.. _V0idk : https://github.com/V0idk
167169.. _Bruno Inec : https://github.com/sweenu
170+ .. _alex3d : https://github.com/alex3d
168171.. _#13 : https://github.com/pahaz/sshtunnel/issues/13
169172.. _#16 : https://github.com/pahaz/sshtunnel/issues/16
170173.. _#19 : https://github.com/pahaz/sshtunnel/issues/19
@@ -186,5 +189,6 @@ CHANGELOG
186189.. _#211 : https://github.com/pahaz/sshtunnel/issues/211
187190.. _#219 : https://github.com/pahaz/sshtunnel/issues/219
188191.. _#231 : https://github.com/pahaz/sshtunnel/issues/231
192+ .. _#247 : https://github.com/pahaz/sshtunnel/issues/247
189193.. _#250 : https://github.com/pahaz/sshtunnel/issues/250
190194.. _detail : https://github.com/pahaz/sshtunnel/commit/64af238b799b0e0057c4f9b386cda247e0006da9#diff-76bc1662a114401c2954deb92b740081R127
0 commit comments