mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-20 20:24:45 +03:00
SIMD. version
This commit is contained in:
parent
abd6708434
commit
fb9ed499a2
|
@ -1,6 +1,13 @@
|
||||||
Changelog (Pillow-SIMD)
|
Changelog (Pillow-SIMD)
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
9.0.0.post1
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- Fixed possible overflow in LUT processing
|
||||||
|
- Restored compativlity with Visual C Compiler
|
||||||
|
|
||||||
|
|
||||||
7.0.0.post4
|
7.0.0.post4
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Master version for Pillow
|
# Master version for Pillow
|
||||||
__version__ = "9.0.0.post0"
|
__version__ = "9.0.0.post1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user