Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann authored and fschade committed May 3, 2022
1 parent 2d1662e commit 9670449
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 @@ -25,6 +25,7 @@ Summary
* Enhancement - Make rename resource icon always visible instead just on hover: [#6817](https://github.com/owncloud/web/pull/6817)
* Enhancement - Polish the upload overlay: [#6837](https://github.com/owncloud/web/pull/6837)
* Enhancement - Redesign link sharing: [#6749](https://github.com/owncloud/web/pull/6749)
* Enhancement - Get rid of the integration tests: [#6863](https://github.com/owncloud/web/pull/6863)
* Enhancement - Replace deprecated String.prototype.substr(): [#6718](https://github.com/owncloud/web/pull/6718)
* Enhancement - Resumable uploads: [#6202](https://github.com/owncloud/web/pull/6202)
* Enhancement - Update ODS to v13.1.0-rc.5: [#6749](https://github.com/owncloud/web/pull/6749)
Expand Down Expand Up @@ -188,6 +189,14 @@ Details

https://github.com/owncloud/web/pull/6749

* Enhancement - Get rid of the integration tests: [#6863](https://github.com/owncloud/web/pull/6863)

We've decided to get rid of our integration test suite. Our unit and e2e tests get better and
better with each release and have now reached the point where they can replace the integration
tests.

https://github.com/owncloud/web/pull/6863

* Enhancement - Replace deprecated String.prototype.substr(): [#6718](https://github.com/owncloud/web/pull/6718)

We've replaced all occurrences of the deprecated String.prototype.substr() function with
Expand Down

0 comments on commit 9670449

Please sign in to comment.