diff --git a/doc/go1.1.html b/doc/go1.1.html index 71517fc2d8..46174aad10 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -832,6 +832,8 @@ reads progressive JPEG files and handles a few more subsampling configurations. The io package now exports the io.ByteWriter interface to capture the common functionality of writing a byte at a time. +It also exports a new error, ErrNoProgress, +used to indicate a Read implementation is looping without delivering data.