Skip to content

Commit

Permalink
Calens changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Nov 2, 2023
1 parent 07d3249 commit 76ed263
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Summary
* Enhancement - Unit tests for datasources classes - Part 3: [#4072](https://github.com/owncloud/android/issues/4072)
* Enhancement - "Apply to all" when many name conflicts arise: [#4078](https://github.com/owncloud/android/issues/4078)
* Enhancement - "Share to" in oCIS accounts allows upload to any space: [#4088](https://github.com/owncloud/android/issues/4088)
* Enhancement - Download log files: [#4155](https://github.com/owncloud/android/issues/4155)
* Enhancement - Use invoke operator to execute usecases: [#4179](https://github.com/owncloud/android/pull/4179)
* Enhancement - Deep link open app correctly: [#4181](https://github.com/owncloud/android/issues/4181)

Expand Down Expand Up @@ -61,6 +62,14 @@ Details
https://github.com/owncloud/android/issues/4088
https://github.com/owncloud/android/pull/4160

* Enhancement - Download log files: [#4155](https://github.com/owncloud/android/issues/4155)

A new icon to download a log file to the Downloads folder of the device has been added to the log
list screen.

https://github.com/owncloud/android/issues/4155
https://github.com/owncloud/android/pull/4205

* Enhancement - Use invoke operator to execute usecases: [#4179](https://github.com/owncloud/android/pull/4179)

Removes all the "execute" verbosity for use cases by using the "invoke" operator instead.
Expand Down

0 comments on commit 76ed263

Please sign in to comment.