mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc/next: document new image/jpeg DCT in release notes
Fixes #75603. Change-Id: I0b4b93af467b97c2d4b5703e31605ff4f7970260 Reviewed-on: https://go-review.googlesource.com/c/go/+/706736 Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
81a83bba21
commit
5225e9dc49
1 changed files with 2 additions and 0 deletions
2
doc/next/6-stdlib/99-minor/image/jpeg/75603.md
Normal file
2
doc/next/6-stdlib/99-minor/image/jpeg/75603.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
The JPEG encoder and decoder have been replaced with new, faster, more accurate implementations.
|
||||
Code that expects specific bit-for-bit outputs from the encoder or decoder may need to be updated.
|
||||
Loading…
Add table
Add a link
Reference in a new issue