| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 413c8d2a8c029f3797a613fde9168481c641b24b..f3522e6db121f6c08b1f9329f5ed8f1002d5486f 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -20,11 +20,12 @@
|
| 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'.
|
| + * Added 'timeout' parameter to 'Socket.connect', 'RawSocket.connect',
|
| + 'SecureSocket.connect' and 'RawSecureSocket.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
|
| * Support for MIPS has been remvoed.
|
|
|