Merge pull request #5371 from hugovk/fix-link

Docs: Fix link in release notes
This commit is contained in:
Andrew Murray 2021-04-01 11:43:32 +11:00 committed by GitHub
commit 9afa64a36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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