diff --git a/CHANGELOG.md b/CHANGELOG.md index 81473285349..6a8ca99f277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Summary ------- * Bugfix - App compatibility: [#6439](https://github.com/owncloud/web/pull/6439) +* Bugfix - Fix closing apps opened from search: [#6444](https://github.com/owncloud/web/pull/6444) * Enhancement - Add the graph client to the client service: [#6425](https://github.com/owncloud/web/pull/6425) * Enhancement - Use the Vue store for spaces: [#6427](https://github.com/owncloud/web/pull/6427) @@ -22,6 +23,13 @@ Details https://github.com/owncloud/web/pull/6439 +* Bugfix - Fix closing apps opened from search: [#6444](https://github.com/owncloud/web/pull/6444) + + We've made sure that closing apps that were opened from search navigates properly back to the + original search. + + https://github.com/owncloud/web/pull/6444 + * Enhancement - Add the graph client to the client service: [#6425](https://github.com/owncloud/web/pull/6425) This way, the client for the graph API can easily be fetched when needed.