summaryrefslogtreecommitdiff
path: root/releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml')
-rw-r--r--releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml b/releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
new file mode 100644
index 0000000..7985d37
--- /dev/null
+++ b/releasenotes/notes/3_8_1_release-cb5648c3ae69bde1.yaml
@@ -0,0 +1,14 @@
+---
+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.