diff --git a/docs/changes.md b/docs/changes.md index 1f656dfdc2..6cfc0507cf 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -24,7 +24,7 @@ - [4.5.1](changes/4.5.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.5.0...release-4.5.1)) - [5.0.0](changes/5.0.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.5.1...release-5.0.0)) - [5.1.0](changes/5.1.0.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.0.0...release-5.1.0)) -- [5.1.1](changes/5.1.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.1.0...master)) +- [5.1.1](changes/5.1.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-5.1.0...release-5.1.1)) ## 3.x diff --git a/docs/changes/5.1.1.md b/docs/changes/5.1.1.md index a6a72df3ee..7ad013dfe7 100644 --- a/docs/changes/5.1.1.md +++ b/docs/changes/5.1.1.md @@ -1,6 +1,6 @@ # 5.1.1 -Release date: `2021-xx-xx` +Release date: `2021-04-15` ## Core @@ -17,10 +17,6 @@ Release date: `2021-xx-xx` - [NXDRIVE-2597](https://jira.nuxeo.com/browse/NXDRIVE-2597): Use a LRU cache for translation strings - [NXDRIVE-2598](https://jira.nuxeo.com/browse/NXDRIVE-2598): Retry S3 non-chunked uploads on expired credentials -### Direct Edit - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ### Direct Transfer - [NXDRIVE-2427](https://jira.nuxeo.com/browse/NXDRIVE-2427): Make the end of session notification clickable @@ -48,10 +44,6 @@ Release date: `2021-xx-xx` - [NXDRIVE-2600](https://jira.nuxeo.com/browse/NXDRIVE-2600): Improve `options.py` coverage - [NXDRIVE-2601](https://jira.nuxeo.com/browse/NXDRIVE-2601): [Windows] Fix `test_valid_argument_value()` integration test -## Docs - -- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2): - ## Minor Changes - Upgraded `docutils` from 0.16 to 0.17 @@ -62,9 +54,9 @@ Release date: `2021-xx-xx` - Added `engine_uid` argument to `DirectTransferSessionFinished.__init__()` - Added `remote_ref` argument to `DirectTransferSessionFinished.__init__()` -- Changed the arguments types from `Engine.directTransferSessionFinished` signal to `(str, str, str)` +- Changed arguments types of `Engine.directTransferSessionFinished` signal from `(str)` to `(str, str, str)` - Added `Notification.action_args` -- Changed the arguments types from `NotificationService.triggerNotification ` signal to `(str, object)` +- Changed arguments types of `NotificationService.triggerNotification ` signal from `(str, str)` to `(str, object)` - Added `Options.use_idempotent_requests` - Removed `Options.freezer` - Added `State.crash_details`