From 32886a16f0333091e0edb9518fa6692caea5c899 Mon Sep 17 00:00:00 2001 From: Anuj Kumar Date: Sun, 24 Mar 2019 00:38:16 -0700 Subject: [PATCH] adding recent changes to release_notes --- docs/release_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 7ae0de77..9913736c 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,15 @@ Release Notes ============= +v3.0.3 +------ +* Allow empty DXPath initialization. ``dx://`` is now a valid DXPath. ``stor ls dx://`` lists the + accessible DNAnexus projects for the user. +* Fix ``OBSPath.splitdrive()`` for swift, s3 and dx paths +* Add ``--canonicalize`` flag to ``stor list``, ``stor ls`` and ``stor walkfiles`` cli commands +* Fix stor.exists for DXCanonicalPaths. +* Changed dxpy3 requirement to dxpy to reflect latest changes from dxpy + v3.0.2 ------