mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Add history
This commit is contained in:
parent
7fe5fe6dbb
commit
aad42b88c4
27
CHANGES.rst
27
CHANGES.rst
|
@ -4,43 +4,46 @@ Changelog (Pillow)
|
|||
2.2.0 (2013-10-01)
|
||||
------------------
|
||||
|
||||
- Fix missing import os in _util.py
|
||||
- Fix for #304: test for `str`, not `"utf-8"`.
|
||||
[mjpieters]
|
||||
|
||||
- Fix missing import os in _util.py.
|
||||
[mnowotka]
|
||||
|
||||
- Added missing exif tags
|
||||
- Added missing exif tags.
|
||||
[freyes]
|
||||
|
||||
- Fail on all import errors, fixes #298
|
||||
- Fail on all import errors, fixes #298.
|
||||
[macfreek, wiredfool]
|
||||
|
||||
- Fixed Windows fallback (wasn't using correct file in Windows fonts)
|
||||
- Fixed Windows fallback (wasn't using correct file in Windows fonts).
|
||||
[lmollea]
|
||||
|
||||
- Moved ImageFile and ImageFileIO comments to docstrings
|
||||
- Moved ImageFile and ImageFileIO comments to docstrings.
|
||||
[freyes]
|
||||
|
||||
- Restore compatibility with ISO C
|
||||
- Restore compatibility with ISO C.
|
||||
[cgohlke]
|
||||
|
||||
- Use correct format character for C int type
|
||||
- Use correct format character for C int type.
|
||||
[cgohlke]
|
||||
|
||||
- Allocate enough memory to hold pointers in encode.c
|
||||
- Allocate enough memory to hold pointers in encode.c.
|
||||
[cgohlke]
|
||||
|
||||
- Fix #279, fillorder double shuffling bug when FillOrder ==2 and decoding using libtiff.
|
||||
[wiredfool]
|
||||
|
||||
- Moved Image module comments to docstrings
|
||||
- Moved Image module comments to docstrings.
|
||||
[freyes]
|
||||
|
||||
- Add 16-bit TIFF support, fixes #274
|
||||
- Add 16-bit TIFF support, fixes #274.
|
||||
[wiredfool]
|
||||
|
||||
- Ignore high ascii characters in string.whitespace, fixes #272
|
||||
- Ignore high ascii characters in string.whitespace, fixes #272.
|
||||
[wiredfool]
|
||||
|
||||
- Added clean/build to tox to make it behave like travis
|
||||
- Added clean/build to tox to make it behave like travis.
|
||||
[freyes]
|
||||
|
||||
- Adding support for metadata in webp images.
|
||||
|
|
Loading…
Reference in New Issue
Block a user