python-swiftclient/releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
Tim Burke 72b90fed4c Authors/changelog for 3.8.1
Change-Id: I4f178c30723e0da6ba1ec8c8c171137ada631496
2019-09-12 16:30:58 -07:00

15 lines
418 B
YAML

---
fixes:
- |
Deleting or overwriting a symlink to an SLO or DLO will no longer attempt
to clean up the large object's segments.
- |
Fixed an issue sending non-ASCII metadata keys on Python 3.
Note that *receiving* such metadata on py3 is `still broken
<https://bugs.python.org/issue37093>`__.
other:
- |
Documentation can now be rendered as a PDF.
- |
Dropped Python 3.5 testing.