| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index fa76f9cd19e3b05d3362ed023908109fe4f6752f..190a9f373c8704b998d011ba13ba95d6be047b7a 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -20,6 +20,11 @@
|
| methods are now supported on iOS and OSX.
|
| * Deprecated `SecurityContext.alpnSupported` as ALPN is now supported on all
|
| platforms.
|
| + * Added 'timeout' parameter to 'Socket.connect' and 'RawSocket.connect'. If a
|
| + connection attempt takes longer than the duration specified in 'timeout', a
|
| + 'SocketException' will be thrown. Note: if the duration specified in
|
| + 'timeout' is greater than the system level timeout duration, a timeout may
|
| + occur sooner than specified in 'timeout'.
|
|
|
| ### Dart VM
|
|
|
|
|