diff --git a/docs/release_notes.rst b/docs/release_notes.rst index dd031cd0..b2392924 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,21 @@ Release Notes ============= +v3.2.0 +------ + +API Additions +^^^^^^^^^^^^^ +* Added ``content_type`` property for OBS paths representing consistent + Content-Type header that would be set on download. +* Allow empty DXPath initialization. ``dx://`` is now a valid DXPath. ``stor ls dx://`` lists the + accessible DNAnexus projects for the user. + +Bug fixes +^^^^^^^^^ +* Fix ``OBSPath.splitdrive()`` for swift, s3 and dx paths +* Fix stor.exists for DXCanonicalPaths. + v3.1.0 ------ @@ -9,8 +24,6 @@ API Additions * Implement ``readable()``, ``writable()``, and ``seekable()`` methods on ``OBSFile`` so it better implements ``io.IOBase`` specification. -* Added ``content_type`` property for OBS paths representing consistent - Content-Type header that would be set on download. v3.0.5 ------