diff --git a/docs/releasenotes/8.2.0.rst b/docs/releasenotes/8.2.0.rst index 0ad5d7f2f..0f7318e3b 100644 --- a/docs/releasenotes/8.2.0.rst +++ b/docs/releasenotes/8.2.0.rst @@ -114,9 +114,11 @@ GIF writer uses LZW encoding GIF files are now written using LZW encoding, which will generate smaller files, typically about 70% of the size generated by the older encoder. -The pixel data is encoded using the format specified in the [Compuserve GIF -standard](https://www.w3.org/Graphics/GIF/spec-gif89a.txt). The older encoder -used a variant of run-length encoding that was compatible but less efficient. +The pixel data is encoded using the format specified in the `CompuServe GIF standard +`_. + +The older encoder used a variant of run-length encoding that was compatible but less +efficient. Libraqm and FriBiDi linking ^^^^^^^^^^^^^^^^^^^^^^^^^^^