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 committed Nov 8, 2021
1 parent ca5654b commit 9dcce09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Summary

* Bugfix - Fix location picker breadcrumb url encoding: [#5940](https://github.com/owncloud/web/pull/5940)
* Bugfix - Context menu rendering: [#5952](https://github.com/owncloud/web/pull/5952)
* Enhancement - Rename `_chunks` folder to `chunks`: [#5988](https://github.com/owncloud/web/pull/5988)
* Enhancement - Default action order: [#5952](https://github.com/owncloud/web/pull/5952)
* Enhancement - Reduced sidebar width: [#5981](https://github.com/owncloud/web/issues/5981)

Expand All @@ -33,6 +34,13 @@ Details

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

* Enhancement - Rename `_chunks` folder to `chunks`: [#5988](https://github.com/owncloud/web/pull/5988)

We've renamed the `_chunks` folder to `chunks` in the ownCloud Web build output in order to make
it more easily embedable with the Go embed directive.

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

* Enhancement - Default action order: [#5952](https://github.com/owncloud/web/pull/5952)

We've changed the order of actions which are being considered as default action. The order is
Expand Down

0 comments on commit 9dcce09

Please sign in to comment.