You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Features:
19
19
Bug fixes:
20
20
- Fixed some APNG images being decoded incorrectly
21
21
- Fixed the iterator over animated WebP frames to return `None` instead of an error when the end of the animation is reached
22
-
-Disabling the `rayon` feature now also disables multi-threading in `ravif`and actually removes `rayon` from the dependency tree
22
+
-Toggling the `rayon` feature now correctly toggles the use of `rayon` within `ravif`(AVIF encoder). Previously it would be either always on or always off, depending on the `ravif` version.
0 commit comments